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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 葬冀??碇 | 1001000110010010100110010110001000111111001111111001001011110100 | 919299623f3f92f4 |
EUC-JP | 葬冀??碇 | 1100000111110010110100011100001100111111001111111100010011110110 | c1f2d1c33f3fc4f6 |
UTF-8 | 葬冀렍렖碇 | 111010001001000110101100111001011000011010000000111010111010000010001101111010111010000010010110111001111010001010000111 | e891ace58680eba08deba096e7a287 |
UHC | 葬冀렍렖碇 | 11101101111101111101000011101101100011101010001110001110101010111110111111101101 | edf7d0ed8ea38eabefed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)