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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 壹槃?壹耕? | 10011010111000111001111011001111001111111001101011100011100011010110101100111111 | 9ae39ecf3f9ae38d6b3f |
EUC-JP | 壹槃?壹耕? | 11010100111001011101110011010001001111111101010011100101101110011100110000111111 | d4e5dcd13fd4e5b9cc3f |
UTF-8 | 壹槃읒壹耕륨 | 111001011010001110111001111001101010011110000011111011001001110110010010111001011010001110111001111010001000000010010101111010111010010110101000 | e5a3b9e6a783ec9d92e5a3b9e88095eba5a8 |
UHC | 壹槃읒壹耕륨 | 111011001110110011011010111010011100000011000001111011001110110011001100111010011011011111111101 | ececdae9c0c1ececcce9b7fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)