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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 翁??昻??? | 100010011010010100111111001111111111101011010000001111110011111100111111 | 89a53f3ffad03f3f3f |
EUC-JP | 翁?????? | 1011001010100111001111110011111100111111001111110011111100111111 | b2a73f3f3f3f3f3f |
UTF-8 | 翁곷젲昻뽯젨蓮 | 111001111011111110000001111010101011001110110111111011001010000010110010111001101001100010111011111010111011110110101111111011001010000010101000111011111010011010011001 | e7bf81eab3b7eca0b2e698bbebbdafeca0a8efa699 |
UHC | 翁곷젲昻뽯젨蓮 | 1110100010111010100000011110101110100000101001101110010011101001100101101110101110100000101000001110011011100101 | e8ba81eba0a6e4e996eba0a0e6e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)