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 | ?????]@h | 0011111100111111001111110011111100111111010111010100000001101000 | 3f3f3f3f3f5d4068 |
SJIS-WIN | ?????]@h | 0011111100111111001111110011111100111111010111010100000001101000 | 3f3f3f3f3f5d4068 |
EUC-JP | ?????]@h | 0011111100111111001111110011111100111111010111010100000001101000 | 3f3f3f3f3f5d4068 |
UTF-8 | 채짤혖혧혧]@h | 111011001011000110000100111011001010011110100100111011011001100010010110111011011001100010100111111011011001100010100111010111010100000001101000 | ecb184eca7a4ed9896ed98a7ed98a75d4068 |
UHC | 채짤혖혧혧]@h | 11000011101001001100001010101001110000101000000111000010100011111100001010001111010111010100000001101000 | c3a4c2a9c281c28fc28f5d4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)