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 | 檍??誼? | 10011110111110000011111100111111100010110110001000111111 | 9ef83f3f8b623f |
EUC-JP | 檍??誼? | 11011100111110100011111100111111101101011100001100111111 | dcfa3f3fb5c33f |
UTF-8 | 檍욍끇誼쌙 | 111001101010101010001101111011001001101010001101111010111000000110000111111010001010101010111100111011001000110010011001 | e6aa8dec9a8deb8187e8aabcec8c99 |
UHC | 檍욍끇誼쌙 | 11100101111001011011111111100011100001011011101111101011111111101001101101000110 | e5e5bfe385bbebfe9b46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)