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 | 夜κ? | 1001011011101001100000111100100000111111 | 96e983c83f |
EUC-JP | 夜κ? | 1100110011101011101001101100101000111111 | cceba6ca3f |
UTF-8 | 夜κ괍 | 1110010110100100100111001100111010111010111010101011010010001101 | e5a49ccebaeab48d |
UHC | 夜κ괍 | 111001011010100010100101111010101011000110100010 | e5a8a5eab1a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)