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 | 艇耕? | 1001001011111000100011010110101100111111 | 92f88d6b3f |
EUC-JP | 艇耕? | 1100010011111010101110011100110000111111 | c4fab9cc3f |
UTF-8 | 艇耕렩 | 111010001000100110000111111010001000000010010101111010111010000010101001 | e88987e88095eba0a9 |
UHC | 艇耕렩 | 111011111111001111001100111010011000111010110111 | eff3cce98eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)