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«ºI¹ | 10010010010001001001000110101011100100011011101010010010010010011001000110111001 | 924491ab91ba924991b9 |
SJIS-WIN | ?D?????I?? | 00111111010001000011111100111111001111110011111100111111010010010011111100111111 | 3f443f3f3f3f3f493f3f |
EUC-JP | ?D???º?I?? | 001111110100010000111111001111110011111110001111101000101110101100111111010010010011111100111111 | 3f443f3f3f8fa2eb3f493f3f |
UTF-8 | D«ºI¹ | 110000101001001001000100110000101001000111000010101010111100001010010001110000101011101011000010100100100100100111000010100100011100001010111001 | c29244c291c2abc291c2bac29249c291c2b9 |
UHC | ?D???º?I?¹ | 001111110100010000111111001111110011111110101000101011000011111101001001001111111010100111110110 | 3f443f3f3fa8ac3f493fa9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)