To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ????O?? | 00111111001111110011111100111111010011110011111100111111 | 3f3f3f3f4f3f3f |
SJIS-WIN | 貉懆サクO貔オ | 11100110101110011001110011101000101110111011100001001111111001101011111010110101 | e6b99ce8bbb84fe6beb5 |
EUC-JP | 貉懆サクO貔オ | 11101100101110111101100011101010100011101011101110001110101110000100111111101100110000001000111010110101 | ecbbd8ea8ebb8eb84fecc08eb5 |
UTF-8 | 貉懆サクO貔オ | 11101000101100101000100111100110100001111000011011101111101111011011101111101111101111011011100001001111111010001011001010010100111011111011110110110101 | e8b289e68786efbdbbefbdb84fe8b294efbdb5 |
UHC | ????O?? | 00111111001111110011111100111111010011110011111100111111 | 3f3f3f3f4f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)