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 | ?B?? | 00111111010000100011111100111111 | 3f423f3f |
SJIS-WIN | 霽Bレソ | 1110100011000111010000101101101010111111 | e8c742dabf |
EUC-JP | 霽Bレソ | 11110000110010010100001010001110110110101000111010111111 | f0c9428eda8ebf |
UTF-8 | 霽Bレソ | 11101001100111001011110101000010111011111011111010011010111011111011110110111111 | e99cbd42efbe9aefbdbf |
UHC | 霽B?? | 1111000010111000010000100011111100111111 | f0b8423f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)