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 | 1001001001001011100100100101010101101011 | 924b92556b |
EUC-JP | 狸旦k | 1100001110101100110000111011011001101011 | c3acc3b66b |
UTF-8 | 狸旦k | 11100111100010111011100011100110100101111010011001101011 | e78bb8e697a66b |
UHC | 狸旦k | 1101011111100001110100111010100101101011 | d7e1d3a96b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)