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 | ???箋 | 0011111100111111001111111110001010110011 | 3f3f3fe2b3 |
EUC-JP | ???箋 | 0011111100111111001111111110010010110101 | 3f3f3fe4b5 |
UTF-8 | 緣ⓨ뤀箋 | 111001111011011110100011111000101001001110101000111010111010010010000000111001111010111010001011 | e7b7a3e293a8eba480e7ae8b |
UHC | 緣ⓨ뤀箋 | 1110011011011110101010001110010110001111101100011110111110101000 | e6dea8e58fb1efa8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)