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 | 1110100110101100101010011110100010001011100100111110011010101000100101110100000001101000 | e9aca9e88b93e6a8974068 |
EUC-JP | 鬯ゥ闍捺ィ諭h | 11110010101011101000111010101001111011111110101111000110111010001000111010101000110011011010000101101000 | f2ae8ea9efebc6e88ea8cda168 |
UTF-8 | 鬯ゥ闍捺ィ諭h | 11101001101011001010111111101111101111011010100111101001100101111000110111100110100011011011101011101111101111011010100011101000101010111010110101101000 | e9acafefbda9e9978de68dbaefbda8e8abad68 |
UHC | ???捺?諭h | 001111110011111100111111110100011111010000111111111010111011000101101000 | 3f3f3fd1f43febb168 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)