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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ?④??④?^ | 001111111000011101000011001111110011111110000111010000110011111101011110 | 3f87433f3f87433f5e |
EUC-JP | 髥??髥??^ | 1000111111101001111100000011111100111111100011111110100111110000001111110011111101011110 | 8fe9f03f3f8fe9f03f3f5e |
UTF-8 | 髥④퀗髥④퀗^ | 11101001101010111010010111100010100100011010001111101101100000001001011111101001101010111010010111100010100100011010001111101101100000001001011101011110 | e9aba5e291a3ed8097e9aba5e291a3ed80975e |
UHC | 髥④퀗髥④퀗^ | 11100111101000111010100011101010101100111000110011100111101000111010100011101010101100111000110001011110 | e7a3a8eab38ce7a3a8eab38c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)