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 | ????BB | 001111110011111100111111001111110100001001000010 | 3f3f3f3f4242 |
SJIS-WIN | 娼ホ将エBB | 1000111110101001110011101000111110101011101101000100001001000010 | 8fa9ce8fabb44242 |
EUC-JP | 娼ホ将エBB | 10111110101010111000111011001110101111101010110110001110101101000100001001000010 | beab8ecebead8eb44242 |
UTF-8 | 娼ホ将エBB | 1110010110101000101111001110111110111110100011101110010110110000100001101110111110111101101101000100001001000010 | e5a8bcefbe8ee5b086efbdb44242 |
UHC | 娼???BB | 11110011110111100011111100111111001111110100001001000010 | f3de3f3f3f4242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)