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 | 蒟晨時 | 111001001110010110011101111011011000111010011110 | e4e59ded8e9e |
EUC-JP | 蒟晨時 | 111010001110011111011010111011111011101111111110 | e8e7daefbbfe |
UTF-8 | 蒟晨時 | 111010001001001010011111111001101001100110101000111001101001100110000010 | e8929fe699a8e69982 |
UHC | ?晨時 | 0011111111100011111001111110001111000001 | 3fe3e7e3c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)