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 | ?h? | 001111110110100000111111 | 3f683f |
SJIS-WIN | 鉎h鉎 | 1111101111000111011010001111101111000111 | fbc768fbc7 |
EUC-JP | 鉎h鉎 | 10001111111000111101111101101000100011111110001111011111 | 8fe3df688fe3df |
UTF-8 | 鉎h鉎 | 11101001100010011000111001101000111010011000100110001110 | e9898e68e9898e |
UHC | ?h? | 001111110110100000111111 | 3f683f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)