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챔\ | 1110110010110001100001001110110010100111101001001110110110011000100101101110110110011000100111011110110110011000101001110101011011101100101100011001010001011100 | ecb184eca7a4ed9896ed989ded98a756ecb1945c |
UHC | 채짤혖혝혧V챔\ | 1100001110100100110000101010100111000010100000011100001010000111110000101000111101010110110000111010100001011100 | c3a4c2a9c281c287c28f56c3a85c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)