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 | ??W? | 00111111001111110101011100111111 | 3f3f573f |
SJIS-WIN | ??W航 | 0011111100111111010101111000110101110001 | 3f3f578d71 |
EUC-JP | ??W航 | 0011111100111111010101111011100111010010 | 3f3f57b9d2 |
UTF-8 | 뤛뇌W航 | 11101011101001001001101111101011100001111000110001010111111010001000100010101010 | eba49beb878c57e888aa |
UHC | 뤛뇌W航 | 10001111110010101011001111111010010101111111100111111110 | 8fcab3fa57f9fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)