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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 邨帛セ。 | 111001111011010110011011111001011011111010100001 | e7b59be5bea1 |
EUC-JP | 邨帛セ。 | 1110111010110111110101101110011110001110101111101000111010100001 | eeb7d6e78ebe8ea1 |
UTF-8 | 邨帛セ。 | 111010011000001010101000111001011011100010011011111011111011110110111110111011111011110110100001 | e982a8e5b89befbdbeefbda1 |
UHC | 邨帛?? | 111101011011111011011011110110010011111100111111 | f5bedbd93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)