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 | 阨夊陪 | 111010001001010110011010111010001001010010000110 | e8959ae89486 |
EUC-JP | 阨夊陪 | 111011111111010111010100111010101100011111100110 | eff5d4eac7e6 |
UTF-8 | 阨夊陪 | 111010011001100010101000111001011010010010001010111010011001100110101010 | e998a8e5a48ae999aa |
UHC | ??陪 | 00111111001111111101101111010110 | 3f3fdbd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)