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 | 001111110011111110001101010110100011111100111111100011010101101001000010 | 3f3f8d5a3f3f8d5a42 |
EUC-JP | ??校??校B | 001111110011111110111001101110110011111100111111101110011011101101000010 | 3f3fb9bb3f3fb9bb42 |
UTF-8 | 랍훗校랍훗校B | 11101011100111101000110111101101100110111001011111100110101000001010000111101011100111101000110111101101100110111001011111100110101000001010000101000010 | eb9e8ded9b97e6a0a1eb9e8ded9b97e6a0a142 |
UHC | 랍훗校랍훗校B | 10110110111110001100100011001010110011101110100010110110111110001100100011001010110011101110100001000010 | b6f8c8cacee8b6f8c8cacee842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)