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 | ??SQ] | 0011111100111111010100110101000101011101 | 3f3f53515d |
SJIS-WIN | 偲治SQ] | 10001110110000111000111010100001010100110101000101011101 | 8ec38ea153515d |
EUC-JP | 偲治SQ] | 10111100110001011011110010100011010100110101000101011101 | bcc5bca353515d |
UTF-8 | 偲治SQ] | 111001011000000110110010111001101011001010111011010100110101000101011101 | e581b2e6b2bb53515d |
UHC | ?治SQ] | 001111111111011010111101010100110101000101011101 | 3ff6bd53515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)