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 | ?@???O?J | 0011111101000000001111110011111100111111010011110011111101001010 | 3f403f3f3f4f3f4a |
SJIS-WIN | ?@???O?J | 0011111101000000001111110011111100111111010011110011111101001010 | 3f403f3f3f4f3f4a |
EUC-JP | ?@???O?J | 0011111101000000001111110011111100111111010011110011111101001010 | 3f403f3f3f4f3f4a |
UTF-8 | 찾@혖혡혨O채J | 111011001011000010111110010000001110110110011000100101101110110110011000101000011110110110011000101010000100111111101100101100011000010001001010 | ecb0be40ed9896ed98a1ed98a84fecb1844a |
UHC | 찾@혖혡혨O채J | 11000011101000110100000011000010100000011100001010001010110000101001000001001111110000111010010001001010 | c3a340c281c28ac2904fc3a44a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)