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 | 夷??夷?? | 1000100011001110001111110011111110001000110011100011111100111111 | 88ce3f3f88ce3f3f |
EUC-JP | 夷??夷?? | 1011000011010000001111110011111110110000110100000011111100111111 | b0d03f3fb0d03f3f |
UTF-8 | 夷덉쭦夷뗮슖 | 111001011010010010110111111010111000110110001001111011001010110110100110111001011010010010110111111010111001011110101110111011001000101010010110 | e5a4b7eb8d89ecada6e5a4b7eb97aeec8a96 |
UHC | 夷덉쭦夷뗮슖 | 111011001010100010001000111011001010011110011010111011001010100010001011111011011001101010100101 | eca888eca79aeca88bed9aa5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)