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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 晁???? | 100111011110100000111111001111110011111100111111 | 9de83f3f3f3f |
EUC-JP | 晁???? | 110110101110101000111111001111110011111100111111 | daea3f3f3f3f |
UTF-8 | 晁롘렪얘뤁 | 111001101001100110000001111010111010000110011000111010111010000010101010111011001001011010011000111010111010010010000001 | e69981eba198eba0aaec9698eba481 |
UHC | 晁롘렪얘뤁 | 11110000110001011000111011011100100011101011100010111110111010101000111110110010 | f0c58edc8eb8beea8fb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)