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 | 瑕瞿 | 111000001110101011110100101101101110000111011000 | e0eaf4b6e1d8 |
EUC-JP | 瑕?瞿 | 1110000011101100001111111110001011011010 | e0ec3fe2da |
UTF-8 | 瑕瞿 | 111001111001000110010101111011101000110110100101111001111001111010111111 | e79195ee8da5e79ebf |
UHC | 瑕?瞿 | 1111100111000010001111111100111110111010 | f9c23fcfba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)