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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 跣ゥ莨≫ | 11100110111011111010100111100100101111001000000111100010 | e6efa9e4bc81e2 |
EUC-JP | 跣ゥ莨≫ | 1110110011110001100011101010100111101000101111101010001011100100 | ecf18ea9e8bea2e4 |
UTF-8 | 跣ゥ莨≫ | 111010001011011110100011111011111011110110101001111010001000111010101000111000101000100110101011 | e8b7a3efbda9e88ea8e289ab |
UHC | 跣??≫ | 111000001101001100111111001111111010000111101101 | e0d33f3fa1ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)