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アイ | 1110001010110101010000101011000110110010 | e2b542b1b2 |
EUC-JP | 箏Bアイ | 11100100101101110100001010001110101100011000111010110010 | e4b7428eb18eb2 |
UTF-8 | 箏Bアイ | 11100111101011101000111101000010111011111011110110110001111011111011110110110010 | e7ae8f42efbdb1efbdb2 |
UHC | 箏B?? | 1110111010110100010000100011111100111111 | eeb4423f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)