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 | éÎÁ¥£î^ | 11101001110011101100000110100101101000111110111001011110 | e9cec1a5a3ee5e |
SJIS-WIN | ???¥£?^ | 001111110011111100111111100000011000111110000001100100100011111101011110 | 3f3f3f818f81923f5e |
EUC-JP | éÎÁ?£î^ | 10001111101010111011000110001111101010101100001010001111101010101010000100111111101000011111001010001111101010111100001001011110 | 8fabb18faac28faaa13fa1f28fabc25e |
UTF-8 | éÎÁ¥£î^ | 11000011101010011100001110001110110000111000000111000010101001011100001010100011110000111010111001011110 | c3a9c38ec381c2a5c2a3c3ae5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)