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 | 襞峨Ц藏 | 1110010111111100100010011110001110000100010101111110010101010101 | e5fc89e38457e555 |
EUC-JP | 襞峨Ц藏 | 1110101011111110101100101110010110100111101110001110100110110110 | eafeb2e5a7b8e9b6 |
UTF-8 | 襞峨Ц藏 | 1110100010100101100111101110010110110011101010001101000010100110111010001001011110001111 | e8a59ee5b3a8d0a6e8978f |
UHC | ?峨Ц藏 | 00111111111001001011000110101100101110001110110111111010 | 3fe4b1acb8edfa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)