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 | 001111111001000011101001001111110111011001000010 | 3f90e93f7642 |
EUC-JP | ?宣?vB | 001111111100000011101011001111110111011001000010 | 3fc0eb3f7642 |
UTF-8 | 렯宣렞vB | 1110101110100000101011111110010110101110101000111110101110100000100111100111011001000010 | eba0afe5aea3eba09e7642 |
UHC | 렯宣렞vB | 1000111010111100111000001011111010001110101011110111011001000010 | 8ebce0be8eaf7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)