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 | ???v\ | 0011111100111111001111110111011001011100 | 3f3f3f765c |
SJIS-WIN | 箋??v\ | 111000101011001100111111001111110111011001011100 | e2b33f3f765c |
EUC-JP | 箋??v\ | 111001001011010100111111001111110111011001011100 | e4b53f3f765c |
UTF-8 | 箋덃삌v\ | 1110011110101110100010111110101110001101100000111110110010000010100011000111011001011100 | e7ae8beb8d83ec828c765c |
UHC | 箋덃삌v\ | 1110111110101000100010001110011010011000100100110111011001011100 | efa888e69893765c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)