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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 梯烽岷 | 100100101111001011100000100000101001101110101111 | 92f2e0829baf |
EUC-JP | 梯烽岷 | 110001001111010011011111111000101101011010110001 | c4f4dfe2d6b1 |
UTF-8 | 梯烽岷 | 111001101010001010101111111001111000001110111101111001011011001010110111 | e6a2afe783bde5b2b7 |
UHC | 梯烽岷 | 111100001010110011011100111010111101101010111110 | f0acdcebdabe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)