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 | 意??懿?? | 1000100011010011001111110011111110011100111100100011111100111111 | 88d33f3f9cf23f3f |
EUC-JP | 意??懿?? | 1011000011010101001111110011111111011000111101000011111100111111 | b0d53f3fd8f43f3f |
UTF-8 | 意먮젵懿꾦쨶 | 111001101000010010001111111010111010100010101110111011001010000010110101111001101000011110111111111010101011111010100110111011001010100010110110 | e6848feba8aeeca0b5e687bfeabea6eca8b6 |
UHC | 意먮젵懿꾦쨶 | 111010111111001010010000111010111010000010101001111010111111001110000100111010011010010010010000 | ebf290eba0a9ebf384e9a490 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)