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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 翁??隱 | 100010011010010100111111001111111110100010101010 | 89a53f3fe8aa |
EUC-JP | 翁??隱 | 101100101010011100111111001111111111000010101100 | b2a73f3ff0ac |
UTF-8 | 翁띾끂隱 | 111001111011111110000001111010111001110110111110111010111000000110000010111010011001101010110001 | e7bf81eb9dbeeb8182e99ab1 |
UHC | 翁띾끂隱 | 1110100010111010100011011110101110000101101110001110101111011111 | e8ba8deb85b8ebdf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)