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 | 譖懍Ν | 111001101001101110011100111011001000001110101011 | e69b9cec83ab |
EUC-JP | 譖懍Ν | 111010111111101111011000111011101010011010101101 | ebfbd8eea6ad |
UTF-8 | 譖懍Ν | 1110100010101101100101101110011010000111100011011100111010011101 | e8ad96e6878dce9d |
UHC | ??Ν | 00111111001111111010010111001101 | 3f3fa5cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)