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 | 鶯?? | 11101001111100100011111100111111 | e9f23f3f |
EUC-JP | 鶯?? | 11110010111101000011111100111111 | f2f43f3f |
UTF-8 | 鶯뚧㎖ | 111010011011011010101111111010111001101010100111111000111000111010010110 | e9b6afeb9aa7e38e96 |
UHC | 鶯뚧㎖ | 111001011010001110001100111001101010011110100010 | e5a38ce6a7a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)