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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 轜翠勧辜 | 1110011101111110100100001000100110001010101010011110011110000011 | e77e90898aa9e783 |
EUC-JP | 轜翠勧辜 | 1110110111011111101111111110100110110100101010111110110111100011 | eddfbfe9b4abede3 |
UTF-8 | 轜翠勧辜 | 111010001011110110011100111001111011111110100000111001011000101110100111111010001011111010011100 | e8bd9ce7bfa0e58ba7e8be9c |
UHC | ?翠?辜 | 001111111111011010101000001111111100110111010000 | 3ff6a83fcdd0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)