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 | 鞣ょ絢鞣 | 1110100011100010100000101110010110001000101110101110100011100010 | e8e282e588bae8e2 |
EUC-JP | 鞣ょ絢鞣 | 1111000011100100101001001110011110110000101111001111000011100100 | f0e4a4e7b0bcf0e4 |
UTF-8 | 鞣ょ絢鞣 | 111010011001111010100011111000111000001010000111111001111011010110100010111010011001111010100011 | e99ea3e38287e7b5a2e99ea3 |
UHC | ?ょ絢? | 001111111010101011100111111110101110001000111111 | 3faae7fae23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)