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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 猿紗? | 1000100110001110100011101101000100111111 | 898e8ed13f |
EUC-JP | 猿紗瀆 | 10110001111011101011110011010011100011111100100110101100 | b1eebcd38fc9ac |
UTF-8 | 猿紗瀆 | 111001111000110010111111111001111011010010010111111001111000000010000110 | e78cbfe7b497e78086 |
UHC | 猿紗瀆 | 111010101011101111011110111010011101010010111001 | eabbdee9d4b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)