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 | 搖??魚?? | 1001110110001010001111110011111110001011100110110011111100111111 | 9d8a3f3f8b9b3f3f |
EUC-JP | 搖??魚?? | 1101100111101010001111110011111110110101111110110011111100111111 | d9ea3f3fb5fb3f3f |
UTF-8 | 搖삥퍍魚믦뜷 | 111001101001000010010110111011001000001010100101111011011000110110001101111010011010110110011010111010111010111110100110111010111001110010110111 | e69096ec82a5ed8d8de9ad9aebafa6eb9cb7 |
UHC | 搖삥퍍魚믦뜷 | 111010001111010010111011111001101011101110000100111001011110000010010010111010001000110110110101 | e8f4bbe6bb84e5e092e88db5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)