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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | シスセシ碚辞 | 11110100101001101011110010111101101111101011110011100001111011101000111010101011 | f4a6bcbdbebce1ee8eab |
EUC-JP | ?シスセシ碚辞 | 00111111100011101011110010001110101111011000111010111110100011101011110011100010111100001011110010101101 | 3f8ebc8ebd8ebe8ebce2f0bcad |
UTF-8 | シスセシ碚辞 | 111011101000110110010101111011111011110110111100111011111011110110111101111011111011110110111110111011111011110110111100111001111010001010011010111010001011111010011110 | ee8d95efbdbcefbdbdefbdbeefbdbce7a29ae8be9e |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)