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 | D³«D¢ | 10010010010001001001000110110011100100011010101110010010010001001001000110100010 | 924491b391ab924491a2 |
SJIS-WIN | ?D?????D?¢ | 0011111101000100001111110011111100111111001111110011111101000100001111111000000110010001 | 3f443f3f3f3f3f443f8191 |
EUC-JP | ?D?????D?¢ | 0011111101000100001111110011111100111111001111110011111101000100001111111010000111110001 | 3f443f3f3f3f3f443fa1f1 |
UTF-8 | D³«D¢ | 110000101001001001000100110000101001000111000010101100111100001010010001110000101010101111000010100100100100010011000010100100011100001010100010 | c29244c291c2b3c291c2abc29244c291c2a2 |
UHC | ?D?³???D?? | 0011111101000100001111111010100111111000001111110011111100111111010001000011111100111111 | 3f443fa9f83f3f3f443f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)