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 | 1001001001001101111010011111001101101011 | 924de9f36b |
EUC-JP | 樽鴣k | 1100001110101110111100101111010101101011 | c3aef2f56b |
UTF-8 | 樽鴣k | 11100110101010001011110111101001101101001010001101101011 | e6a8bde9b4a36b |
UHC | 樽?k | 11110001110111000011111101101011 | f1dc3f6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)