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 | 111010111010000010111010111011001001010010111011111010111001001010110111011101101110101110100000101110101110110010010100101110111110101110010010101101110111011001000010 | eba0baec94bbeb92b776eba0baec94bbeb92b77642 |
UHC | 렺씻뒷v렺씻뒷vB | 100011101100001010111110110001001011010111011110011101101000111011000010101111101100010010110101110111100111011001000010 | 8ec2bec4b5de768ec2bec4b5de7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)