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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 卒但卒但B | 100100011011001010010010010000011001000110110010100100100100000101000010 | 91b2924191b2924142 |
EUC-JP | 卒但卒但B | 110000101011010011000011101000101100001010110100110000111010001001000010 | c2b4c3a2c2b4c3a242 |
UTF-8 | 卒但卒但B | 11100101100011011001001011100100101111011000011011100101100011011001001011100100101111011000011001000010 | e58d92e4bd86e58d92e4bd8642 |
UHC | 卒但卒但B | 111100001110111111010011101000111111000011101111110100111010001101000010 | f0efd3a3f0efd3a342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)