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 | 翁??徇?? | 1000100110100101001111110011111110011100011011010011111100111111 | 89a53f3f9c6d3f3f |
EUC-JP | 翁??徇?? | 1011001010100111001111110011111111010111110011100011111100111111 | b2a73f3fd7ce3f3f |
UTF-8 | 翁곸갖徇껊젧 | 111001111011111110000001111010101011001110111000111010101011000010010110111001011011111010000111111010101011101110001010111011001010000010100111 | e7bf81eab3b8eab096e5be87eabb8aeca0a7 |
UHC | 翁곸갖徇껊젧 | 111010001011101010000001111011001011000010101110111000101101111110000011111010111010000010011111 | e8ba81ecb0aee2df83eba09f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)