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 | ???歪??? | 0011111100111111001111111001100001100011001111110011111100111111 | 3f3f3f98633f3f3f |
EUC-JP | ???歪??? | 0011111100111111001111111100111111000100001111110011111100111111 | 3f3f3fcfc43f3f3f |
UTF-8 | 黎좊젩歪뺠썯溜 | 111011111010011010001001111011001010001010001010111011001010000010101001111001101010110110101010111010111011101010100000111011001000110110101111111011111010011110001011 | efa689eca28aeca0a9e6adaaebbaa0ec8dafefa78b |
UHC | 黎좊젩歪뺠썯溜 | 1110011010110001101000001110101110100000101000011110100011100000100101011110100010011011100111111110101011111110 | e6b1a0eba0a1e8e095e89b9feafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)