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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 淅?僥^ | 100111111100011000111111100110010100011001011110 | 9fc63f99465e |
EUC-JP | 淅?僥^ | 110111101100100000111111110100011010011101011110 | dec83fd1a75e |
UTF-8 | 淅了僥^ | 11100110101101111000010111101111101001101011101011100101100000111010010101011110 | e6b785efa6bae583a55e |
UHC | 淅了僥^ | 11100000101100101110100011100111111010001110100101011110 | e0b2e8e7e8e95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)