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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 幽??^ | 1001011101001000001111110011111101011110 | 97483f3f5e |
EUC-JP | 幽??^ | 1100110110101001001111110011111101011110 | cda93f3f5e |
UTF-8 | 幽뤿뜌^ | 11100101101110011011110111101011101001001011111111101011100111001000110001011110 | e5b9bdeba4bfeb9c8c5e |
UHC | 幽뤿뜌^ | 11101010111010111000111111101011100011011000111101011110 | eaeb8feb8d8f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)