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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蝨南椚 | 111001011001110010010011111011001001111010101101 | e59c93ec9ead |
EUC-JP | 蝨南椚 | 111010011111110011000110111011101101110010101111 | e9fcc6eedcaf |
UTF-8 | 蝨南椚 | 111010001001110110101000111001011000110110010111111001101010010010011010 | e89da8e58d97e6a49a |
UHC | 蝨南? | 1110001110100100110100011111010100111111 | e3a4d1f53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)