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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???言① | 00111111001111110011111110001100101111101000011101000000 | 3f3f3f8cbe8740 |
EUC-JP | ???言? | 001111110011111100111111101110001100000000111111 | 3f3f3fb8c03f |
UTF-8 | 練쇗쓶言① | 111011111010011010010110111011001000011110010111111011001001001110110110111010001010100010000000111000101001000110100000 | efa696ec8797ec93b6e8a880e291a0 |
UHC | 練쇗쓶言① | 11100110110111111011110011100110100111011001001111100101111010111010100011100111 | e6dfbce69d93e5eba8e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)