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 | 臂g狩B | 11100100010111011000001010000111100011101110101101000010 | e45d82878eeb42 |
EUC-JP | 臂g狩B | 11100111101111101010001111100111101111001110110101000010 | e7bea3e7bced42 |
UTF-8 | 臂g狩B | 11101000100001111000001011101111101111011000011111100111100010111010100101000010 | e88782efbd87e78ba942 |
UHC | 臂g狩B | 11011110101000101010001111100111111000101010110101000010 | dea2a3e7e2ad42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)