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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 歪??魚? | 10011000011000110011111100111111100010111001101100111111 | 98633f3f8b9b3f |
EUC-JP | 歪??魚? | 11001111110001000011111100111111101101011111101100111111 | cfc43f3fb5fb3f |
UTF-8 | 歪귛넇魚덨 | 111001101010110110101010111010101011011110011011111010111000010010000111111010011010110110011010111010111000110110101000 | e6adaaeab79beb8487e9ad9aeb8da8 |
UHC | 歪귛넇魚덨 | 11101000111000001000001011100101100001101001011111100101111000001000100101000010 | e8e082e58697e5e08942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)