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 | 111010001011101110001011011110101110100010111011100010110111101001000010 | e8bb8b7ae8bb8b7a42 |
EUC-JP | 霆吸霆吸B | 111100001011110110110101110110111111000010111101101101011101101101000010 | f0bdb5dbf0bdb5db42 |
UTF-8 | 霆吸霆吸B | 11101001100111001000011011100101100100001011100011101001100111001000011011100101100100001011100001000010 | e99c86e590b8e99c86e590b842 |
UHC | 霆吸霆吸B | 111011111111110111111101111001011110111111111101111111011110010101000010 | effdfde5effdfde542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)