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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 杖??^ | 1000111111110001001111110011111101011110 | 8ff13f3f5e |
EUC-JP | 杖??^ | 1011111011110011001111110011111101011110 | bef33f3f5e |
UTF-8 | 杖잰눼^ | 11100110100111011001011011101100100111101011000011101011100010001011110001011110 | e69d96ec9eb0eb88bc5e |
UHC | 杖잰눼^ | 11101101111010001100000011101001101101001011010001011110 | ede8c0e9b4b45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)