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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?炫?炫^ | 00111111111110110101001000111111111110110101001001011110 | 3ffb523ffb525e |
EUC-JP | ?炫?炫^ | 001111111000111111001001110100110011111110001111110010011101001101011110 | 3f8fc9d33f8fc9d35e |
UTF-8 | 럮炫럮炫^ | 11101011100111111010111011100111100000101010101111101011100111111010111011100111100000101010101101011110 | eb9faee782abeb9faee782ab5e |
UHC | 럮炫럮炫^ | 100011101000111111111010110110111000111010001111111110101101101101011110 | 8e8ffadb8e8ffadb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)