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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 垓耕? | 1001101010110100100011010110101100111111 | 9ab48d6b3f |
EUC-JP | 垓耕? | 1101010010110110101110011100110000111111 | d4b6b9cc3f |
UTF-8 | 垓耕칟 | 111001011001111010010011111010001000000010010101111011001011100110011111 | e59e93e88095ecb99f |
UHC | 垓耕칟 | 111110101010011111001100111010011100010010100100 | faa7cce9c4a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)