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 | ?遯屠 | 0011111111100111101010101001001101101010 | 3fe7aa936a |
EUC-JP | ?遯屠 | 0011111111101110101011001100010111001011 | 3feeacc5cb |
UTF-8 | 暈遯屠 | 111011111010011110000101111010011000000110101111111001011011000110100000 | efa785e981afe5b1a0 |
UHC | 暈遯屠 | 111010011111011111010100111011101101001111110101 | e9f7d4eed3f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)