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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 掌②?熱 | 10001111101101101000011101000001001111111001010001001101 | 8fb687413f944d |
EUC-JP | 掌??熱 | 101111101011100000111111001111111100011110101110 | beb83f3fc7ae |
UTF-8 | 掌②븡熱 | 111001101000111010001100111000101001000110100001111010111011100010100001111001111000011010110001 | e68e8ce291a1ebb8a1e786b1 |
UHC | 掌②븡熱 | 1110110111100110101010001110100010010101100010101110011011110000 | ede6a8e8958ae6f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)