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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??港? | 0011111100111111100011010110000000111111 | 3f3f8d603f |
EUC-JP | ??港? | 0011111100111111101110011100000100111111 | 3f3fb9c13f |
UTF-8 | 덟뤓港덟 | 111010111000110110011111111010111010010010010011111001101011100010101111111010111000110110011111 | eb8d9feba493e6b8afeb8d9f |
UHC | 덟뤓港덟 | 1011010011111100100011111100001111111001111110111011010011111100 | b4fc8fc3f9fbb4fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)