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 | ?厓?? | 0011111111111010100011010011111100111111 | 3ffa8d3f3f |
EUC-JP | ?厓ʼn? | 0011111110001111101101001100011110001111101010011100101000111111 | 3f8fb4c78fa9ca3f |
UTF-8 | 룵厓ʼn룵 | 1110101110100011101101011110010110001110100100111100010110001001111010111010001110110101 | eba3b5e58e93c589eba3b5 |
UHC | 룵厓ʼn룵 | 1000111110101010111001001110110110101001101100001000111110101010 | 8faae4eda9b08faa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)