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 | 痔鴿耳赦 | 11110000101001001000111010100100111010011111100110001110101010001000111011001101 | f0a48ea4e9f98ea88ecd |
EUC-JP | ?痔鴿耳赦 | 001111111011110010100110111100101111101110111100101010101011110011001111 | 3fbca6f2fbbcaabccf |
UTF-8 | 痔鴿耳赦 | 111011101000000110100011111001111001011110010100111010011011010010111111111010001000000010110011111010001011010110100110 | ee81a3e79794e9b4bfe880b3e8b5a6 |
UHC | ?痔?耳赦 | 0011111111110110110000000011111111101100101111001101111011110101 | 3ff6c03fecbcdef5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)