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 | ??N^ | 00111111001111110100111001011110 | 3f3f4e5e |
SJIS-WIN | 探存N^ | 100100100101010010010001101101100100111001011110 | 925491b64e5e |
EUC-JP | 探存N^ | 110000111011010111000010101110000100111001011110 | c3b5c2b84e5e |
UTF-8 | 探存N^ | 1110011010001110101000101110010110101101100110000100111001011110 | e68ea2e5ad984e5e |
UHC | 探存N^ | 111101111010111011110000111011010100111001011110 | f7aef0ed4e5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)