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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??港 | 00111111001111111000110101100000 | 3f3f8d60 |
EUC-JP | ??港 | 00111111001111111011100111000001 | 3f3fb9c1 |
UTF-8 | 냄뤓港 | 111010111000001110000100111010111010010010010011111001101011100010101111 | eb8384eba493e6b8af |
UHC | 냄뤓港 | 101100111011111110001111110000111111100111111011 | b3bf8fc3f9fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)