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? | 001111110011111100111111001111110110100000111111 | 3f3f3f3f683f |
SJIS-WIN | 宵ア宵ミh宵 | 100011111010101010110001100011111010101011010000011010001000111110101010 | 8faab18faad0688faa |
EUC-JP | 宵ア宵ミh宵 | 1011111010101100100011101011000110111110101011001000111011010000011010001011111010101100 | beac8eb1beac8ed068beac |
UTF-8 | 宵ア宵ミh宵 | 11100101101011101011010111101111101111011011000111100101101011101011010111101111101111101001000001101000111001011010111010110101 | e5aeb5efbdb1e5aeb5efbe9068e5aeb5 |
UHC | 宵?宵?h宵 | 111000011011001000111111111000011011001000111111011010001110000110110010 | e1b23fe1b23f68e1b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)