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 | ?忽?? | 0011111110001101100110100011111100111111 | 3f8d9a3f3f |
EUC-JP | ?忽?? | 0011111110111001111110100011111100111111 | 3fb9fa3f3f |
UTF-8 | 뤚忽혧팼 | 111010111010010010011010111001011011111110111101111011011001100010100111111011011000110010111100 | eba49ae5bfbded98a7ed8cbc |
UHC | 뤚忽혧팼 | 1000111111001001111110111110110011000010100011111100011011010111 | 8fc9fbecc28fc6d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)