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 | 終???? | 100011110100100100111111001111110011111100111111 | 8f493f3f3f3f |
EUC-JP | 終???? | 101111011010101000111111001111110011111100111111 | bdaa3f3f3f3f |
UTF-8 | 終뀀렊흖렣 | 111001111011010110000010111010111000000010000000111010111010000010001010111011011001110110010110111010111010000010100011 | e7b582eb8080eba08aed9d96eba0a3 |
UHC | 終뀀렊흖렣 | 11110000111110111011001011101011100011101010000111001000111010001000111010110100 | f0fbb2eb8ea1c8e88eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)