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 | 驕ス荵樞粕 | 111010011000000110111101111001001011100110011110111000101001010010010100 | e981bde4b99ee29494 |
EUC-JP | 驕ス荵樞粕 | 11110001111000011000111010111101111010001011101111011100111001001100011111110100 | f1e18ebde8bbdce4c7f4 |
UTF-8 | 驕ス荵樞粕 | 111010011010100110010101111011111011110110111101111010001000110110110101111001101010100010011110111001111011001010010101 | e9a995efbdbde88db5e6a89ee7b295 |
UHC | 驕??樞粕 | 1100111011110110001111110011111111110101110100101101101011011001 | cef63f3ff5d2dad9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)