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 | 爬爾辞爾煮 | 11100000101001101000111010100010100011101010101110001110101000101000111011001111 | e0a68ea28eab8ea28ecf |
EUC-JP | 爬爾辞爾煮 | 11100000101010001011110010100100101111001010110110111100101001001011110011010001 | e0a8bca4bcadbca4bcd1 |
UTF-8 | 爬爾辞爾煮 | 111001111000100010101100111001111000100010111110111010001011111010011110111001111000100010111110111001111000010110101110 | e788ace788bee8be9ee788bee785ae |
UHC | 爬爾?爾煮 | 111101111111000011101100101100110011111111101100101100111110110110110100 | f7f0ecb33fecb3edb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)