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 | 1001001001010010100100011010110101101011 | 925291ad6b |
EUC-JP | 坦俗k | 1100001110110011110000101010111101101011 | c3b3c2af6b |
UTF-8 | 坦俗k | 11100101100111011010011011100100101111111001011101101011 | e59da6e4bf976b |
UHC | 坦俗k | 1111011110100100111000011101010001101011 | f7a4e1d46b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)