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\ | 0011111100111111001111110011111100111111001111110111011001011100 | 3f3f3f3f3f3f765c |
SJIS-WIN | ??????v\ | 0011111100111111001111110011111100111111001111110111011001011100 | 3f3f3f3f3f3f765c |
EUC-JP | ??????v\ | 0011111100111111001111110011111100111111001111110111011001011100 | 3f3f3f3f3f3f765c |
UTF-8 | 첬짤횣청횄챨v\ | 1110110010110010101011001110110010100111101001001110110110011010101000111110110010110010101011011110110110011010100001001110110010110001101010000111011001011100 | ecb2aceca7a4ed9aa3ecb2aded9a84ecb1a8765c |
UHC | 첬짤횣청횄챨v\ | 1100001110111010110000101010100111000011100110101100001110111011110000111000001111000011101100000111011001011100 | c3bac2a9c39ac3bbc383c3b0765c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)