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 | 檣?吻 | 1001111011111100001111111001010110101011 | 9efc3f95ab |
EUC-JP | 檣?吻 | 1101110011111110001111111100101010101101 | dcfe3fcaad |
UTF-8 | 檣ㅻ吻 | 111001101010101010100011111000111000010110111011111001011001000010111011 | e6aaa3e385bbe590bb |
UHC | 檣ㅻ吻 | 111011011110101010100100111010111101100111111100 | edeaa4ebd9fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)