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 | 翁?弔??經 | 100010011010010100111111100100101010001000111111001111111110001101010011 | 89a53f92a23f3fe353 |
EUC-JP | 翁?弔?饔經 | 1011001010100111001111111100010010100100001111111000111111101000111011111110010110110100 | b2a73fc4a43f8fe8efe5b4 |
UTF-8 | 翁렫弔렲饔經 | 111001111011111110000001111010111010000010101011111001011011110010010100111010111010000010110010111010011010010110010100111001111011011010010011 | e7bf81eba0abe5bc94eba0b2e9a594e7b693 |
UHC | 翁렫弔렲饔經 | 111010001011101010001110101110011111000011000000100011101011111111101000101111011100110011101000 | e8ba8eb9f0c08ebfe8bdcce8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)