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 | 翁??意?? | 1000100110100101001111110011111110001000110100110011111100111111 | 89a53f3f88d33f3f |
EUC-JP | 翁??意?? | 1011001010100111001111110011111110110000110101010011111100111111 | b2a73f3fb0d53f3f |
UTF-8 | 翁띾끂意쏃렟 | 111001111011111110000001111010111001110110111110111010111000000110000010111001101000010010001111111011001000111110000011111010111010000010011111 | e7bf81eb9dbeeb8182e6848fec8f83eba09f |
UHC | 翁띾끂意쏃렟 | 111010001011101010001101111010111000010110111000111010111111001010011011111010011000111010110000 | e8ba8deb85b8ebf29be98eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)