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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 隆勉] | 1001011110110010100101011101011101011101 | 97b295d75d |
EUC-JP | 隆勉] | 1100111010110100110010101101100101011101 | ceb4cad95d |
UTF-8 | 隆勉] | 11101001100110101000011011100101100010111000100101011101 | e99a86e58b895d |
UHC | 隆勉] | 1101011111001100110110001111010101011101 | d7ccd8f55d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)