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 | 汁??? | 1000111101100000001111110011111100111111 | 8f603f3f3f |
EUC-JP | 汁??? | 1011110111000001001111110011111100111111 | bdc13f3f3f |
UTF-8 | 汁흗렩쾌 | 111001101011000110000001111011011001110110010111111010111010000010101001111011001011111010001100 | e6b181ed9d97eba0a9ecbe8c |
UHC | 汁흗렩쾌 | 1111000111110000110010001110100110001110101101111100010011101000 | f1f0c8e98eb7c4e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)