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 | 五△?依? | 1000110011011100100000011010001000111111100010001100101100111111 | 8cdc81a23f88cb3f |
EUC-JP | 五△?依? | 1011100011011110101000101010010000111111101100001100110100111111 | b8dea2a43fb0cd3f |
UTF-8 | 五△돦依퀯 | 111001001011101010010100111000101001011010110011111010111000111110100110111001001011111010011101111011011000000010101111 | e4ba94e296b3eb8fa6e4be9ded80af |
UHC | 五△돦依퀯 | 11100111111010011010000111100010100010011010101011101011111011101011010001000010 | e7e9a1e289aaebeeb442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)