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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 荊荊B | 1000110001110100100011000111010001000010 | 8c748c7442 |
EUC-JP | 荊荊B | 1011011111010101101101111101010101000010 | b7d5b7d542 |
UTF-8 | 荊荊B | 11101000100011011000101011101000100011011000101001000010 | e88d8ae88d8a42 |
UHC | 荊荊B | 1111101110101010111110111010101001000010 | fbaafbaa42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)