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 | 蠇珎 | 1111101110100001111100001110100111110000111111001110000011011101 | fba1f0e9f0fce0dd |
EUC-JP | ???珎 | 0011111100111111001111111110000011011111 | 3f3f3fe0df |
UTF-8 | 蠇珎 | 111010001010000010000111111011101000001010101000111011101000001010111011111001111000111110001110 | e8a087ee82a8ee82bbe78f8e |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)