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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蟾仙ケ手ョ貞 | 11100101101101111001000011100101101110011000111011101000101011101001001011100101 | e5b790e5b98ee8ae92e5 |
EUC-JP | 蟾仙ケ手ョ貞 | 111010101011100111000000111001111000111010111001101111001110101010001110101011101100010011100111 | eab9c0e78eb9bcea8eaec4e7 |
UTF-8 | 蟾仙ケ手ョ貞 | 111010001001111110111110111001001011101110011001111011111011110110111001111001101000100110001011111011111011110110101110111010001011001010011110 | e89fbee4bb99efbdb9e6898befbdaee8b29e |
UHC | 蟾仙?手?貞 | 11100000111010101110000010111001001111111110001010100010001111111110111111110110 | e0eae0b93fe2a23feff6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)