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 | 鼇????? | 11101010100001110011111100111111001111110011111100111111 | ea873f3f3f3f3f |
EUC-JP | 鼇??旿?? | 111100111110011100111111001111111000111111000001111101000011111100111111 | f3e73f3f8fc1f43f3f |
UTF-8 | 鼇귣젛旿껊젘 | 111010011011110010000111111010101011011110100011111011001010000010011011111001101001011110111111111010101011101110001010111011001010000010011000 | e9bc87eab7a3eca09be697bfeabb8aeca098 |
UHC | 鼇귣젛旿껊젘 | 111010001010100010000010111010111010000010010111111001111111101010000011111010111010000010010100 | e8a882eba097e7fa83eba094 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)