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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ??濃??濃B | 001111110011111110010100010110100011111100111111100101000101101001000010 | 3f3f945a3f3f945a42 |
EUC-JP | ??濃??濃B | 001111110011111111000111101110110011111100111111110001111011101101000010 | 3f3fc7bb3f3fc7bb42 |
UTF-8 | ∼룶濃∼룶濃B | 11100010100010001011110011101011101000111011011011100110101111111000001111100010100010001011110011101011101000111011011011100110101111111000001101000010 | e288bceba3b6e6bf83e288bceba3b6e6bf8342 |
UHC | ∼룶濃∼룶濃B | 10100001101011011000111110101011110100101101100010100001101011011000111110101011110100101101100001000010 | a1ad8fabd2d8a1ad8fabd2d842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)