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 | 逶樣ゥ滉クェ | 111001111001101110011110111010011010100110011111111001001011100010101010 | e79b9ee9a99fe4b8aa |
EUC-JP | 逶樣ゥ滉クェ | 111011011111101111011100111010111000111010101001110111101110011010001110101110001000111010101010 | edfbdceb8ea9dee68eb88eaa |
UTF-8 | 逶樣ゥ滉クェ | 111010011000000010110110111001101010100010100011111011111011110110101001111001101011101110001001111011111011110110111000111011111011110110101010 | e980b6e6a8a3efbda9e6bb89efbdb8efbdaa |
UHC | ?樣?滉?? | 0011111111100101110001100011111111111100110100010011111100111111 | 3fe5c63ffcd13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)