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 | 軫滸鴣潁 | 1110011101100110100111111111010111101001111100111001111111110001 | e7669ff5e9f39ff1 |
EUC-JP | 軫滸鴣潁 | 1110110111000111110111101111011111110010111101011101111011110011 | edc7def7f2f5def3 |
UTF-8 | 軫滸鴣潁 | 111010001011101110101011111001101011101110111000111010011011010010100011111001101011110110000001 | e8bbabe6bbb8e9b4a3e6bd81 |
UHC | 軫滸?潁 | 11110010111000101111101111001010001111111110011110111000 | f2e2fbca3fe7b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)