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 | 霍乗腸 | 111010001011011110001111111001101001001010110000 | e8b78fe692b0 |
EUC-JP | 霍乗腸 | 111100001011100110111110111010001100010010110010 | f0b9bee8c4b2 |
UTF-8 | 霍乗腸 | 111010011001110010001101111001001011100110010111111010001000010110111000 | e99c8de4b997e885b8 |
UHC | ??腸 | 00111111001111111110110111110011 | 3f3fedf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)