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 | 111010111010000010111010111011001001010010111011111000111000111010001100011101101110101110100000101110101110110010010100101110111110001110001110100011000111011001000010 | eba0baec94bbe38e8c76eba0baec94bbe38e8c7642 |
UHC | 렺씻㎌v렺씻㎌vB | 100011101100001010111110110001001010011111011110011101101000111011000010101111101100010010100111110111100111011001000010 | 8ec2bec4a7de768ec2bec4a7de7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)