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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?德}??吾 | 001111111111101010111010100000010111000000111111001111111000110011100001 | 3ffaba81703f3f8ce1 |
EUC-JP | ??}??吾 | 0011111100111111101000011101000100111111001111111011100011100011 | 3f3fa1d13f3fb8e3 |
UTF-8 | 뤯德}렰렡吾 | 111010111010010010101111111001011011111010110111111011111011110110011101111010111010000010110000111010111010000010100001111001011001000010111110 | eba4afe5beb7efbd9deba0b0eba0a1e590be |
UHC | 뤯德}렰렡吾 | 100011111101110111010011111011001010001111111101100011101011110110001110101100101110011111101110 | 8fddd3eca3fd8ebd8eb2e7ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)