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 | ??????vE | 0011111100111111001111110011111100111111001111110111011001000101 | 3f3f3f3f3f3f7645 |
SJIS-WIN | ??????vE | 0011111100111111001111110011111100111111001111110111011001000101 | 3f3f3f3f3f3f7645 |
EUC-JP | ??????vE | 0011111100111111001111110011111100111111001111110111011001000101 | 3f3f3f3f3f3f7645 |
UTF-8 | 횠횋횩횊채짢vE | 1110110110011010101000001110110110011010100010111110110110011010101010011110110110011010100010101110110010110001100001001110110010100111101000100111011001000101 | ed9aa0ed9a8bed9aa9ed9a8aecb184eca7a27645 |
UHC | 횠횋횩횊채짢vE | 1100001110011000110000111000100111000011100111111100001110001000110000111010010011000010101010000111011001000101 | c398c389c39fc388c3a4c2a87645 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)