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 | 10001110100010100011111101101011 | 8e8a3f6b |
EUC-JP | 至?k | 10111011111010100011111101101011 | bbea3f6b |
UTF-8 | 至렞k | 11101000100001111011001111101011101000001001111001101011 | e887b3eba09e6b |
UHC | 至렞k | 1111001010111000100011101010111101101011 | f2b88eaf6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)