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 | ???fv | 0011111100111111001111110110011001110110 | 3f3f3f6676 |
SJIS-WIN | ???fv | 0011111100111111001111110110011001110110 | 3f3f3f6676 |
EUC-JP | ???fv | 0011111100111111001111110110011001110110 | 3f3f3f6676 |
UTF-8 | 혢철혟fv | 1110110110011000101000101110110010110010101000001110110110011000100111110110011001110110 | ed98a2ecb2a0ed989f6676 |
UHC | 혢철혟fv | 1100001010001011110000111011011011000010100010010110011001110110 | c28bc3b6c2896676 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)