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°§\ | 10010010010001001001000110110000100100011010011101011100 | 924491b091a75c |
SJIS-WIN | ?D?°?§\ | 001111110100010000111111100000011000101100111111100000011001100001011100 | 3f443f818b3f81985c |
EUC-JP | ?D?°?§\ | 001111110100010000111111101000011110101100111111101000011111100001011100 | 3f443fa1eb3fa1f85c |
UTF-8 | D°§\ | 110000101001001001000100110000101001000111000010101100001100001010010001110000101010011101011100 | c29244c291c2b0c291c2a75c |
UHC | ?D?°?§\ | 001111110100010000111111101000011100011000111111101000011101011101011100 | 3f443fa1c63fa1d75c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)