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 | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | 鬩ゥ鬘梧ィ陽h | 1110100110101001101010011110100110100001100011001110011010101000100101110111101001101000 | e9a9a9e9a18ce6a8977a68 |
EUC-JP | 鬩ゥ鬘梧ィ陽h | 11110010101010111000111010101001111100101010001110111000111010001000111010101000110011011101101101101000 | f2ab8ea9f2a3b8e88ea8cddb68 |
UTF-8 | 鬩ゥ鬘梧ィ陽h | 11101001101011001010100111101111101111011010100111101001101011001001100011100110101000101010011111101111101111011010100011101001100110011011110101101000 | e9aca9efbda9e9ac98e6a2a7efbda8e999bd68 |
UHC | ???梧?陽h | 001111110011111100111111111001111111110000111111111001011101010101101000 | 3f3f3fe7fc3fe5d568 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)