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 | 0011111100111111001111110111011001000010 | 3f3f3f7642 |
EUC-JP | ???vB | 0011111100111111001111110111011001000010 | 3f3f3f7642 |
UTF-8 | 曆쇽숴vB | 1110111110100110100010111110110010000111101111011110110010001000101101000111011001000010 | efa68bec87bdec88b47642 |
UHC | 曆쇽숴vB | 1110011010110111101111001110111110111101101001000111011001000010 | e6b7bcefbda47642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)