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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蟒幎倹 | 111001011011101110011011111010111000110010010000 | e5bb9beb8c90 |
EUC-JP | 蟒幎倹 | 111010101011110111010110111011011011011111110000 | eabdd6edb7f0 |
UTF-8 | 蟒幎倹 | 111010001001111110010010111001011011100110001110111001011000000010111001 | e89f92e5b98ee580b9 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)