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?\ | 0011111100111111001111110011111100111111010101100011111101011100 | 3f3f3f3f3f563f5c |
SJIS-WIN | ?????V?\ | 0011111100111111001111110011111100111111010101100011111101011100 | 3f3f3f3f3f563f5c |
EUC-JP | ?????V?\ | 0011111100111111001111110011111100111111010101100011111101011100 | 3f3f3f3f3f563f5c |
UTF-8 | 채짱혥챠혧V챔\ | 1110110010110001100001001110110010100111101100011110110110011000101001011110110010110001101000001110110110011000101001110101011011101100101100011001010001011100 | ecb184eca7b1ed98a5ecb1a0ed98a756ecb1945c |
UHC | 채짱혥챠혧V챔\ | 1100001110100100110000101010111111000010100011011100001110101101110000101000111101010110110000111010100001011100 | c3a4c2afc28dc3adc28f56c3a85c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)