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 | 稟耕? | 1110001001100111100011010110101100111111 | e2678d6b3f |
EUC-JP | 稟耕? | 1110001111001000101110011100110000111111 | e3c8b9cc3f |
UTF-8 | 稟耕렩 | 111001111010100010011111111010001000000010010101111010111010000010101001 | e7a89fe88095eba0a9 |
UHC | 稟耕렩 | 111110011010001011001100111010011000111010110111 | f9a2cce98eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)