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 | ??F}v??F}vB | 0011111100111111010001100111110101110110001111110011111101000110011111010111011001000010 | 3f3f467d763f3f467d7642 |
SJIS-WIN | ??F}v??F}vB | 0011111100111111010001100111110101110110001111110011111101000110011111010111011001000010 | 3f3f467d763f3f467d7642 |
EUC-JP | ??F}v??F}vB | 0011111100111111010001100111110101110110001111110011111101000110011111010111011001000010 | 3f3f467d763f3f467d7642 |
UTF-8 | 횣횩F}v횣횩F}vB | 11101101100110101010001111101101100110101010100101000110011111010111011011101101100110101010001111101101100110101010100101000110011111010111011001000010 | ed9aa3ed9aa9467d76ed9aa3ed9aa9467d7642 |
UHC | 횣횩F}v횣횩F}vB | 110000111001101011000011100111110100011001111101011101101100001110011010110000111001111101000110011111010111011001000010 | c39ac39f467d76c39ac39f467d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)