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 | 螟ア邏予 | 11100101101001001011000111100111101101001001011101011100 | e5a4b1e7b4975c |
EUC-JP | 螟ア邏予 | 1110101010100110100011101011000111101110101101101100110110111101 | eaa68eb1eeb6cdbd |
UTF-8 | 螟ア邏予 | 111010001001111010011111111011111011110110110001111010011000001010001111111001001011101010001000 | e89e9fefbdb1e9828fe4ba88 |
UHC | 螟?邏予 | 11011001101011010011111111010101101001001110010111111000 | d9ad3fd5a4e5f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)