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 | 髷」蟀。 | 11101001100111101010001111100101101010011000000101000010 | e99ea3e5a98142 |
EUC-JP | 髷」蟀。 | 1111000111111110100011101010001111101010101010111010000110100011 | f1fe8ea3eaaba1a3 |
UTF-8 | 髷」蟀。 | 111010011010101110110111111011111011110110100011111010001001111110000000111000111000000010000010 | e9abb7efbda3e89f80e38082 |
UHC | ???。 | 0011111100111111001111111010000110100011 | 3f3f3fa1a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)