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 | ??}??吾 | 0011111100111111100000010111000000111111001111111000110011100001 | 3f3f81703f3f8ce1 |
EUC-JP | ??}??吾 | 0011111100111111101000011101000100111111001111111011100011100011 | 3f3fa1d13f3fb8e3 |
UTF-8 | 뤿쪔}렰렡吾 | 111010111010010010111111111011001010101010010100111011111011110110011101111010111010000010110000111010111010000010100001111001011001000010111110 | eba4bfecaa94efbd9deba0b0eba0a1e590be |
UHC | 뤿쪔}렰렡吾 | 100011111110101110100101100011101010001111111101100011101011110110001110101100101110011111101110 | 8feba58ea3fd8ebd8eb2e7ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)