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 | 第???爾 | 10010001111001100011111100111111001111111000111010100010 | 91e63f3f3f8ea2 |
EUC-JP | 第???爾 | 11000010111010000011111100111111001111111011110010100100 | c2e83f3f3fbca4 |
UTF-8 | 第며렗렋爾 | 111001111010110010101100111010111010100110110000111010111010000010010111111010111010000010001011111001111000100010111110 | e7acaceba9b0eba097eba08be788be |
UHC | 第며렗렋爾 | 11110000101011111011100011100111100011101010110010001110101000101110110010110011 | f0afb8e78eac8ea2ecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)