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 | 閨頑沿 | 111010001000000110001010111001101000100110001000 | e8818ae68988 |
EUC-JP | 閨頑沿 | 111011111110000110110100111010001011000111101000 | efe1b4e8b1e8 |
UTF-8 | 閨頑沿 | 111010011001011010101000111010011010000010010001111001101011001010111111 | e996a8e9a091e6b2bf |
UHC | 閨頑沿 | 110100001011000111101000110101111110011011001101 | d0b1e8d7e6cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)