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 | 11100011010101101000000111100011100011000100000101000010 | e35681e38c4142 |
EUC-JP | 綏√窟B | 11100101101101111010001011100101101101111010001001000010 | e5b7a2e5b7a242 |
UTF-8 | 綏√窟B | 11100111101101101000111111100010100010001001101011100111101010101001111101000010 | e7b68fe2889ae7aa9f42 |
UHC | 綏√窟B | 11100010101101111010000111101110110011111101111101000010 | e2b7a1eecfdf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)