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 | 筴爾辞爾煮 | 11100010101001111000111010100010100011101010101110001110101000101000111011001111 | e2a78ea28eab8ea28ecf |
EUC-JP | 筴爾辞爾煮 | 11100100101010011011110010100100101111001010110110111100101001001011110011010001 | e4a9bca4bcadbca4bcd1 |
UTF-8 | 筴爾辞爾煮 | 111001111010110110110100111001111000100010111110111010001011111010011110111001111000100010111110111001111000010110101110 | e7adb4e788bee8be9ee788bee785ae |
UHC | ?爾?爾煮 | 0011111111101100101100110011111111101100101100111110110110110100 | 3fecb33fecb3edb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)