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 | 鬢御ソ | 1110100110100100100011001110010010111111 | e9a48ce4bf |
EUC-JP | 鬢御ソ | 111100101010011010111000111001101000111010111111 | f2a6b8e68ebf |
UTF-8 | 鬢御ソ | 111010011010110010100010111001011011111010100001111011111011110110111111 | e9aca2e5bea1efbdbf |
UHC | ?御? | 00111111111001011101100100111111 | 3fe5d93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)