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 | ???HE | 0011111100111111001111110100100001000101 | 3f3f3f4845 |
SJIS-WIN | 吟?dHE | 10001011111000010011111110000010100001000100100001000101 | 8be13f82844845 |
EUC-JP | 吟?dHE | 10110110111000110011111110100011111001000100100001000101 | b6e33fa3e44845 |
UTF-8 | 吟㏘dHE | 1110010110010000100111111110001110001111100110001110111110111101100001000100100001000101 | e5909fe38f98efbd844845 |
UHC | 吟㏘dHE | 1110101111100001101000101110010010100011111001000100100001000101 | ebe1a2e4a3e44845 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)