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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 瀇質瀇質B | 111110110100111110001110101111111111101101001111100011101011111101000010 | fb4f8ebffb4f8ebf42 |
EUC-JP | 瀇質瀇質B | 1000111111001001101011011011110011000001100011111100100110101101101111001100000101000010 | 8fc9adbcc18fc9adbcc142 |
UTF-8 | 瀇質瀇質B | 11100111100000001000011111101000101100111010101011100111100000001000011111101000101100111010101001000010 | e78087e8b3aae78087e8b3aa42 |
UHC | ?質?質B | 00111111111100101111010100111111111100101111010101000010 | 3ff2f53ff2f542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)