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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?艙順 | 0011111111100100011110011000111110000111 | 3fe4798f87 |
EUC-JP | ?艙順 | 0011111111100111110110101011110111100111 | 3fe7dabde7 |
UTF-8 | 뤹艙順 | 111010111010010010111001111010001000100110011001111010011010000010000110 | eba4b9e88999e9a086 |
UHC | 뤹艙順 | 100011111110011111110011111011011110001011110111 | 8fe7f3ede2f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)