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 | CºI° | 1001001001000011100100011011101010010010010010011001000110110000 | 924391ba924991b0 |
SJIS-WIN | ?C???I?° | 001111110100001100111111001111110011111101001001001111111000000110001011 | 3f433f3f3f493f818b |
EUC-JP | ?C?º?I?° | 0011111101000011001111111000111110100010111010110011111101001001001111111010000111101011 | 3f433f8fa2eb3f493fa1eb |
UTF-8 | CºI° | 1100001010010010010000111100001010010001110000101011101011000010100100100100100111000010100100011100001010110000 | c29243c291c2bac29249c291c2b0 |
UHC | ?C?º?I?° | 00111111010000110011111110101000101011000011111101001001001111111010000111000110 | 3f433fa8ac3f493fa1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)