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 | ???E???vB | 001111110011111100111111010001010011111100111111001111110111011001000010 | 3f3f3f453f3f3f7642 |
SJIS-WIN | ???E???vB | 001111110011111100111111010001010011111100111111001111110111011001000010 | 3f3f3f453f3f3f7642 |
EUC-JP | ???E???vB | 001111110011111100111111010001010011111100111111001111110111011001000010 | 3f3f3f453f3f3f7642 |
UTF-8 | 챙혞쨌E챌혺짰vB | 111011001011000110011001111011011001100010011110111011001010100010001100010001011110110010110001100011001110110110011000101110101110110010100111101100000111011001000010 | ecb199ed989eeca88c45ecb18ced98baeca7b07642 |
UHC | 챙혞쨌E챌혺짰vB | 110000111010110011000010100010001100001010110111010001011100001110100111110000101001111111000010101011100111011001000010 | c3acc288c2b745c3a7c29fc2ae7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)