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 | ?向瞼 | 0011111110001100111111001110000111011001 | 3f8cfce1d9 |
EUC-JP | ?向瞼 | 0011111110111000111111101110001011011011 | 3fb8fee2db |
UTF-8 | 룫向瞼 | 111010111010001110101011111001011001000010010001111001111001111010111100 | eba3abe59091e79ebc |
UHC | 룫向瞼 | 100011111010001011111010101111101100110010100001 | 8fa2fabecca1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)