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 | 謔帝沂 | 111001101000001010010010111010011001111110001011 | e68292e99f8b |
EUC-JP | 謔帝沂 | 111010111110001011000100111010111101110111101011 | ebe2c4ebddeb |
UTF-8 | 謔帝沂 | 111010001010110010010100111001011011100010011101111001101011001010000010 | e8ac94e5b89de6b282 |
UHC | 謔帝沂 | 111110011100110011110000101010001101000110101010 | f9ccf0a8d1aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)