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 | 嘆棚短 | 100100100101000110010010010010011001001001011010 | 92519249925a |
EUC-JP | 嘆棚短 | 110000111011001011000011101010101100001110111011 | c3b2c3aac3bb |
UTF-8 | 嘆棚短 | 111001011001100010000110111001101010001110011010111001111001111110101101 | e59886e6a39ae79fad |
UHC | 嘆棚短 | 111101111010001111011101110111001101001110101101 | f7a3dddcd3ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)