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 | 巽?+冗 | 10010010010001100011111110000001011110111000111111100111 | 92463f817b8fe7 |
EUC-JP | 巽?+冗 | 11000011101001110011111110100001110111001011111011101001 | c3a73fa1dcbee9 |
UTF-8 | 巽숇+冗 | 111001011011011110111101111011001000100010000111111011111011110010001011111001011000011010010111 | e5b7bdec8887efbc8be58697 |
UHC | 巽숇+冗 | 1110000111011110100110011110101110100011101010111110100110110111 | e1de99eba3abe9b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)