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 | ?殺? | 00111111100011100100010100111111 | 3f8e453f |
EUC-JP | ?殺? | 00111111101110111010011000111111 | 3fbba63f |
UTF-8 | 갯殺듦 | 111010101011000010101111111001101010111010111010111010111001001110100110 | eab0afe6aebaeb93a6 |
UHC | 갯殺듦 | 101100001011100111011111101011111011010111101010 | b0b9dfafb5ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)