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 | 氏瞬昔 | 100011101000000110001111011101011001000011001100 | 8e818f7590cc |
EUC-JP | 氏瞬昔 | 101110111110000110111101110101101100000011001110 | bbe1bdd6c0ce |
UTF-8 | 氏瞬昔 | 111001101011000010001111111001111001111010101100111001101001100010010100 | e6b08fe79eace69894 |
UHC | 氏瞬昔 | 111001001010101111100010111010111110000010101110 | e4abe2ebe0ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)