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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 褥コ雋牙ケ礼 | 11100101111100011011101011101000101100101000100111100101101110011001011111100111 | e5f1bae8b289e5b997e7 |
EUC-JP | 褥コ雋牙ケ礼 | 111010101111001110001110101110101111000010110100101100101110011110001110101110011100111011101001 | eaf38ebaf0b4b2e78eb9cee9 |
UTF-8 | 褥コ雋牙ケ礼 | 111010001010010010100101111011111011110110111010111010011001101110001011111001111000100110011001111011111011110110111001111001111010010010111100 | e8a4a5efbdbae99b8be78999efbdb9e7a4bc |
UHC | 褥?雋牙?? | 111010011011001100111111111100011110011011100100101100110011111100111111 | e9b33ff1e6e4b33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)