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^ | 100011101100001110001110101000110100111001011110 | 8ec38ea34e5e |
EUC-JP | 偲璽N^ | 101111001100010110111100101001010100111001011110 | bcc5bca54e5e |
UTF-8 | 偲璽N^ | 1110010110000001101100101110011110010010101111010100111001011110 | e581b2e792bd4e5e |
UHC | ?璽N^ | 0011111111011111110111100100111001011110 | 3fdfde4e5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)