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 | 驟器Β^ | 11101001100001011000101011101101100000111010000001011110 | e9858aed83a05e |
EUC-JP | 驟器Β^ | 11110001111001011011010011101111101001101010001001011110 | f1e5b4efa6a25e |
UTF-8 | 驟器Β^ | 111010011010100110011111111001011001100110101000110011101001001001011110 | e9a99fe599a8ce925e |
UHC | 驟器Β^ | 11110110101011101101000011101111101001011100001001011110 | f6aed0efa5c25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)