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 | ????H | 0011111100111111001111110011111101001000 | 3f3f3f3f48 |
SJIS-WIN | ???嗽H | 001111110011111100111111100110100111010101001000 | 3f3f3f9a7548 |
EUC-JP | ?堧?嗽H | 0011111110001111101110001010100000111111110100111101011001001000 | 3f8fb8a83fd3d648 |
UTF-8 | 잂堧年嗽H | 11101100100111101000001011100101101000001010011111101111101001101000111011100101100101111011110101001000 | ec9e82e5a0a7efa68ee597bd48 |
UHC | 잂堧年嗽H | 100111111110001011100110110000001110011011000100111000011111010101001000 | 9fe2e6c0e6c4e1f548 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)