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 | 驍企jB | 11101001100000101000101011101001100000101000101001000010 | e9828ae9828a42 |
EUC-JP | 驍企jB | 11110001111000101011010011101011101000111110101001000010 | f1e2b4eba3ea42 |
UTF-8 | 驍企jB | 11101001101010011000110111100100101111001000000111101111101111011000101001000010 | e9a98de4bc81efbd8a42 |
UHC | 驍企jB | 11111101101001001101000011101010101000111110101001000010 | fda4d0eaa3ea42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)