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 | 蘊笋瓧 | 111001010101110111100010101000101110000101000010 | e55de2a2e142 |
EUC-JP | 蘊笋瓧 | 111010011011111011100100101001001110000110100011 | e9bee4a4e1a3 |
UTF-8 | 蘊笋瓧 | 111010001001100010001010111001111010110010001011111001111001001110100111 | e8988ae7ac8be793a7 |
UHC | 蘊?? | 11101000101100110011111100111111 | e8b33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)