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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 曖??腎 | 100111100100001000111111001111111001000001110100 | 9e423f3f9074 |
EUC-JP | 曖??腎 | 110110111010001100111111001111111011111111010101 | dba33f3fbfd5 |
UTF-8 | 曖꼨뙲腎 | 111001101001101110010110111010101011110010101000111010111001100110110010111010001000010110001110 | e69b96eabca8eb99b2e8858e |
UHC | 曖꼨뙲腎 | 1110010011110010100001001000010110001100101101011110001111101100 | e4f284858cb5e3ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)