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 | ??k | 001111110011111101101011 | 3f3f6b |
SJIS-WIN | 陂擢k | 1110100010011000100100110100011001101011 | e89893466b |
EUC-JP | 陂擢k | 1110111111111000110001011010011101101011 | eff8c5a76b |
UTF-8 | 陂擢k | 11101001100110011000001011100110100100111010001001101011 | e99982e693a26b |
UHC | 陂擢k | 1111100110101110111101101111011101101011 | f9aef6f76b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)