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 | 逸?拇入 | 10001000111011010011111110011101011001001001001111111100 | 88ed3f9d6493fc |
EUC-JP | 逸?拇入 | 10110000111011110011111111011001110001011100011011111110 | b0ef3fd9c5c6fe |
UTF-8 | 逸곈拇入 | 111010011000000010111000111010101011001110001000111001101000101110000111111001011000010110100101 | e980b8eab388e68b87e585a5 |
UHC | 逸곈拇入 | 1110110011101111101100001110100111011001111001111110110011111101 | ecefb0e9d9e7ecfd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)