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 | 驫門衷髯コ | 111010011000101010010110111001011001001010001111111010011001100110111010 | e98a96e5928fe999ba |
EUC-JP | 驫門衷髯コ | 11110001111010101100110011100111110000111110111111110001111110011000111010111010 | f1eacce7c3eff1f98eba |
UTF-8 | 驫門衷髯コ | 111010011010100110101011111010011001011010000000111010001010000110110111111010011010101110101111111011111011110110111010 | e9a9abe99680e8a1b7e9abafefbdba |
UHC | ?門衷?? | 00111111110110101010011011110101111110110011111100111111 | 3fdaa6f5fb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)