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 | ???P | 00111111001111110011111101010000 | 3f3f3f50 |
SJIS-WIN | ??ケP | 0011111100111111100000110101000001010000 | 3f3f835050 |
EUC-JP | 獒?ケP | 10001111110010111011101100111111101001011011000101010000 | 8fcbbb3fa5b150 |
UTF-8 | 獒귡ケP | 11100111100011011001001011101010101101111010000111100011100000101011000101010000 | e78d92eab7a1e382b150 |
UHC | 獒귡ケP | 11101000101000111000001011101001101010111011000101010000 | e8a382e9abb150 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)