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 | ??鄧 | 00111111001111111111101110111001 | 3f3ffbb9 |
EUC-JP | ?薏鄧 | 00111111100011111101100111011110100011111110001011000111 | 3f8fd9de8fe2c7 |
UTF-8 | 뤂薏鄧 | 111010111010010010000010111010001001011010001111111010011000010010100111 | eba482e8968fe984a7 |
UHC | 뤂薏鄧 | 100011111011001111101011111110111101010011111000 | 8fb3ebfbd4f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)