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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 炅頑梼B | 11111011010100011000101011100110100100111000111001000010 | fb518ae6938e42 |
EUC-JP | 炅頑梼B | 1000111111001001110010101011010011101000110001011110111001000010 | 8fc9cab4e8c5ee42 |
UTF-8 | 炅頑梼B | 11100111100000101000010111101001101000001001000111100110101000101011110001000010 | e78285e9a091e6a2bc42 |
UHC | 炅頑?B | 110011001101110111101000110101110011111101000010 | ccdde8d73f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)