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 | 111110110100101010001110101101111111101101001010100011101011011101000010 | fb4a8eb7fb4a8eb742 |
EUC-JP | 溿執溿執B | 1000111111001000101100011011110010111001100011111100100010110001101111001011100101000010 | 8fc8b1bcb98fc8b1bcb942 |
UTF-8 | 溿執溿執B | 11100110101110101011111111100101100111111011011111100110101110101011111111100101100111111011011101000010 | e6babfe59fb7e6babfe59fb742 |
UHC | ?執?執B | 00111111111100101111101100111111111100101111101101000010 | 3ff2fb3ff2fb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)