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 | ×òÙñ£ | 100011101101011111110010110110011111000110100011 | 8ed7f2d9f1a3 |
SJIS-WIN | ?×???£ | 0011111110000001011111100011111100111111001111111000000110010010 | 3f817e3f3f3f8192 |
EUC-JP | ?×òÙñ£ | 0011111110100001110111111000111110101011110100101000111110101010111000111000111110101011110100001010000111110010 | 3fa1df8fabd28faae38fabd0a1f2 |
UTF-8 | ×òÙñ£ | 110000101000111011000011100101111100001110110010110000111001100111000011101100011100001010100011 | c28ec397c3b2c399c3b1c2a3 |
UHC | ?×???? | 00111111101000011011111100111111001111110011111100111111 | 3fa1bf3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)