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?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | ?艶h?艶 | 00111111100010011001000001101000001111111000100110010000 | 3f8990683f8990 |
EUC-JP | ?艶h?艶 | 00111111101100011111000001101000001111111011000111110000 | 3fb1f0683fb1f0 |
UTF-8 | 쒀艶h쒀艶 | 11101100100100101000000011101000100010011011011001101000111011001001001010000000111010001000100110110110 | ec9280e889b668ec9280e889b6 |
UHC | 쒀艶h쒀艶 | 101111101010110011100110111111010110100010111110101011001110011011111101 | beace6fd68beace6fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)