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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 垓耕?垓? | 1001101010110100100011010110101100111111100110101011010000111111 | 9ab48d6b3f9ab43f |
EUC-JP | 垓耕?垓? | 1101010010110110101110011100110000111111110101001011011000111111 | d4b6b9cc3fd4b63f |
UTF-8 | 垓耕볶垓쾡 | 111001011001111010010011111010001000000010010101111010111011001110110110111001011001111010010011111011001011111010100001 | e59e93e88095ebb3b6e59e93ecbea1 |
UHC | 垓耕볶垓쾡 | 11111010101001111100110011101001101110101011101011111010101001111100010011101001 | faa7cce9babafaa7c4e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)