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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 螟ア魘ォ雉ェ | 111001011010010010110001111010011011010010101011111010001011001110101010 | e5a4b1e9b4abe8b3aa |
EUC-JP | 螟ア魘ォ雉ェ | 111010101010011010001110101100011111001010110110100011101010101111110000101101011000111010101010 | eaa68eb1f2b68eabf0b58eaa |
UTF-8 | 螟ア魘ォ雉ェ | 111010001001111010011111111011111011110110110001111010011010110110011000111011111011110110101011111010011001101110001001111011111011110110101010 | e89e9fefbdb1e9ad98efbdabe99b89efbdaa |
UHC | 螟???雉? | 1101100110101101001111110011111100111111111101101100101100111111 | d9ad3f3f3ff6cb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)