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 | 11101000100101111010010111101011101010001010100011101100101010101010011101001011 | e897a5eba8a8ecaaa74b |
UHC | 藥먨쪧K | 11100101101101111001000011100101101001011010000001001011 | e5b790e5a5a04b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)