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???vB | 001111110011111100111111011101100011111100111111001111110111011001000010 | 3f3f3f763f3f3f7642 |
SJIS-WIN | ???v???vB | 001111110011111100111111011101100011111100111111001111110111011001000010 | 3f3f3f763f3f3f7642 |
EUC-JP | ???v???vB | 001111110011111100111111011101100011111100111111001111110111011001000010 | 3f3f3f763f3f3f7642 |
UTF-8 | 狀쀮꽞v狀쀮꽞vB | 111011111010011110111010111011001000000010101110111010101011110110011110011101101110111110100111101110101110110010000000101011101110101010111101100111100111011001000010 | efa7baec80aeeabd9e76efa7baec80aeeabd9e7642 |
UHC | 狀쀮꽞v狀쀮꽞vB | 111011011110111010010111111011101000010010101011011101101110110111101110100101111110111010000100101010110111011001000010 | edee97ee84ab76edee97ee84ab7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)