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 | ?m????? | 0011111110000010100011010011111100111111001111110011111100111111 | 3f828d3f3f3f3f3f |
EUC-JP | ?m????? | 0011111110100011111011010011111100111111001111110011111100111111 | 3fa3ed3f3f3f3f3f |
UTF-8 | 淋m슜吏㏃콠泥 | 111011111010011110110101111011111011110110001101111011001000101010011100111011111010011110011110111000111000111110000011111011001011110110100000111011111010011110100011 | efa7b5efbd8dec8a9cefa79ee38f83ecbda0efa7a3 |
UHC | 淋m슜吏㏃콠泥 | 1110110011111000101000111110110110011010101010011110110010100111101001111110110010110001100110001110110010110010 | ecf8a3ed9aa9eca7a7ecb198ecb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)