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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 雍?啼???B | 111010001011010000111111100110100110010100111111001111110011111101000010 | e8b43f9a653f3f3f42 |
EUC-JP | 雍?啼?獐?B | 1111000010110110001111111101001111000110001111111000111111001011101110100011111101000010 | f0b63fd3c63f8fcbba3f42 |
UTF-8 | 雍렜啼렧獐렠B | 11101001100110111000110111101011101000001001110011100101100101011011110011101011101000001010011111100111100011011001000011101011101000001010000001000010 | e99b8deba09ce595bceba0a7e78d90eba0a042 |
UHC | 雍렜啼렧獐렠B | 11101000101111001000111010101110111100001010011010001110101101101110110111101111100011101011000101000010 | e8bc8eaef0a68eb6edef8eb142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)