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 | ???vB | 0011111100111111001111110111011001000010 | 3f3f3f7642 |
SJIS-WIN | 箋??vB | 111000101011001100111111001111110111011001000010 | e2b33f3f7642 |
EUC-JP | 箋??vB | 111001001011010100111111001111110111011001000010 | e4b53f3f7642 |
UTF-8 | 箋덃삌vB | 1110011110101110100010111110101110001101100000111110110010000010100011000111011001000010 | e7ae8beb8d83ec828c7642 |
UHC | 箋덃삌vB | 1110111110101000100010001110011010011000100100110111011001000010 | efa888e698937642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)