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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 驤碑崟繝。髴 | 1110100110001000100101001110100010011011101111101110001110000011101000011110100110011100 | e98894e89bbee383a1e99c |
EUC-JP | 驤碑崟繝。髴 | 111100011110100011001000111010101101011011000000111001011110001110001110101000011111000111111100 | f1e8c8ead6c0e5e38ea1f1fc |
UTF-8 | 驤碑崟繝。髴 | 111010011010100110100100111001111010001010010001111001011011010010011111111001111011100110011101111011111011110110100001111010011010101110110100 | e9a9a4e7a291e5b49fe7b99defbda1e9abb4 |
UHC | ?碑???? | 00111111110111011111100000111111001111110011111100111111 | 3fddf83f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)