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 | 100110101000101110000001101011001000000101001110 | 9a8b81ac814e |
SJIS-WIN | ???¬?N | 00111111001111110011111110000001110010100011111101001110 | 3f3f3f81ca3f4e |
EUC-JP | ???¬?N | 00111111001111110011111110100010110011000011111101001110 | 3f3f3fa2cc3f4e |
UTF-8 | ¬N | 1100001010011010110000101000101111000010100000011100001010101100110000101000000101001110 | c29ac28bc281c2acc2814e |
UHC | ?????N | 001111110011111100111111001111110011111101001110 | 3f3f3f3f3f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)