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 | 翁??悠?? | 1000100110100101001111110011111110010111010010010011111100111111 | 89a53f3f97493f3f |
EUC-JP | 翁??悠?? | 1011001010100111001111110011111111001101101010100011111100111111 | b2a73f3fcdaa3f3f |
UTF-8 | 翁띾끂悠띺렟 | 111001111011111110000001111010111001110110111110111010111000000110000010111001101000001010100000111010111001110110111010111010111010000010011111 | e7bf81eb9dbeeb8182e682a0eb9dbaeba09f |
UHC | 翁띾끂悠띺렟 | 111010001011101010001101111010111000010110111000111010101110110110001101111010011000111010110000 | e8ba8deb85b8eaed8de98eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)