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 | ?@???FB | 00111111010000000011111100111111001111110100011001000010 | 3f403f3f3f4642 |
SJIS-WIN | ?@???FB | 00111111010000000011111100111111001111110100011001000010 | 3f403f3f3f4642 |
EUC-JP | ?@???FB | 00111111010000000011111100111111001111110100011001000010 | 3f403f3f3f4642 |
UTF-8 | 챈@혙혢혖FB | 111011001011000110001000010000001110110110011000100110011110110110011000101000101110110110011000100101100100011001000010 | ecb18840ed9899ed98a2ed98964642 |
UHC | 챈@혙혢혖FB | 1100001110100110010000001100001010000100110000101000101111000010100000010100011001000010 | c3a640c284c28bc2814642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)