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 | ラ鰺゚^ | 1101011111101001110010111101111101011110 | d7e9cbdf5e |
EUC-JP | ラ鰺゚^ | 10001110110101111111001011001101100011101101111101011110 | 8ed7f2cd8edf5e |
UTF-8 | ラ鰺゚^ | 11101111101111101001011111101001101100001011101011101111101111101001111101011110 | efbe97e9b0baefbe9f5e |
UHC | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)