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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??港?? | 001111110011111110001101011000000011111100111111 | 3f3f8d603f3f |
EUC-JP | ??港?? | 001111110011111110111001110000010011111100111111 | 3f3fb9c13f3f |
UTF-8 | 덟뤓港덟뤓 | 111010111000110110011111111010111010010010010011111001101011100010101111111010111000110110011111111010111010010010010011 | eb8d9feba493e6b8afeb8d9feba493 |
UHC | 덟뤓港덟뤓 | 10110100111111001000111111000011111110011111101110110100111111001000111111000011 | b4fc8fc3f9fbb4fc8fc3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)