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 | 00111111001111110011111101001011 | 3f3f3f4b |
SJIS-WIN | 藥??K | 1110010101011010001111110011111101001011 | e55a3f3f4b |
EUC-JP | 藥??K | 1110100110111011001111110011111101001011 | e9bb3f3f4b |
UTF-8 | 藥먩닄K | 11101000100101111010010111101011101010001010100111101011100010111000010001001011 | e897a5eba8a9eb8b844b |
UHC | 藥먩닄K | 11100101101101111001000011100110100010001000110101001011 | e5b790e6888d4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)