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 | ?????w^ | 00111111001111110011111100111111001111110111011101011110 | 3f3f3f3f3f775e |
SJIS-WIN | ???易?w^ | 0011111100111111001111111000100011010101001111110111011101011110 | 3f3f3f88d53f775e |
EUC-JP | 棅??易?w^ | 10001111110000111111101100111111001111111011000011010111001111110111011101011110 | 8fc3fb3f3fb0d73f775e |
UTF-8 | 棅생璉易술w^ | 1110011010100011100001011110110010000011100111011110111110100110100101001110011010011000100100111110110010001000101000000111011101011110 | e6a385ec839defa694e69893ec88a0775e |
UHC | 棅생璉易술w^ | 110111001011100010111011111111011110011011011001111001101011011010111100111110100111011101011110 | dcb8bbfde6d9e6b6bcfa775e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)