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 | ?????~ | 001111110011111100111111001111110011111101111110 | 3f3f3f3f3f7e |
SJIS-WIN | ??瞼枇?~ | 0011111100111111111000011101100110010100111110000011111101111110 | 3f3fe1d994f83f7e |
EUC-JP | ??瞼枇?~ | 0011111100111111111000101101101111001000111110100011111101111110 | 3f3fe2dbc8fa3f7e |
UTF-8 | 룶끼瞼枇⒟~ | 11101011101000111011011011101011100000011011110011100111100111101011110011100110100111101000011111100010100100101001111101111110 | eba3b6eb81bce79ebce69e87e2929f7e |
UHC | 룶끼瞼枇⒟~ | 1000111110101011101100111010001011001100101000011101110111101101101010011101000001111110 | 8fabb3a2cca1ddeda9d07e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)