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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蠇樒濫豺丞 | 11111011101000011001111011100111100101111001010011100110101101111000111111100101 | fba19ee79794e6b78fe5 |
EUC-JP | ?樒濫豺丞 | 001111111101110011101001110011011111010011101100101110011011111011100111 | 3fdce9cdf4ecb9bee7 |
UTF-8 | 蠇樒濫豺丞 | 111010001010000010000111111001101010100010010010111001101011111110101011111010001011000110111010111001001011100010011110 | e8a087e6a892e6bfabe8b1bae4b89e |
UHC | ??濫豺丞 | 0011111100111111110101011011110111100011110011111110001110101010 | 3f3fd5bde3cfe3aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)