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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?攀?壓 | 001111111001110110110011001111111001101011011000 | 3f9db33f9ad8 |
EUC-JP | 澔攀?壓 | 1000111111001000111011001101101010110101001111111101010011011010 | 8fc8ecdab53fd4da |
UTF-8 | 澔攀눌壓 | 111001101011111010010100111001101001010010000000111010111000100010001100111001011010001110010011 | e6be94e69480eb888ce5a393 |
UHC | 澔攀눌壓 | 1111101111001011110110101110011110110100101011011110010011100010 | fbcbdae7b4ade4e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)