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 | 댃炫댃炫^ | 11101011100011001000001111100111100000101010101111101011100011001000001111100111100000101010101101011110 | eb8c83e782abeb8c83e782ab5e |
UHC | 댃炫댃炫^ | 100010001010111011111010110110111000100010101110111110101101101101011110 | 88aefadb88aefadb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)