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 | ???Y | 00111111001111110011111101011001 | 3f3f3f59 |
SJIS-WIN | ?厓?Y | 0011111111111010100011010011111101011001 | 3ffa8d3f59 |
EUC-JP | ?厓ʼnY | 0011111110001111101101001100011110001111101010011100101001011001 | 3f8fb4c78fa9ca59 |
UTF-8 | 룵厓ʼnY | 111010111010001110110101111001011000111010010011110001011000100101011001 | eba3b5e58e93c58959 |
UHC | 룵厓ʼnY | 10001111101010101110010011101101101010011011000001011001 | 8faae4eda9b059 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)