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 | 蝣喜弊 | 111001011010000010001010111011001001010110111110 | e5a08aec95be |
EUC-JP | 蝣喜弊 | 111010101010001010110100111011101100101011000000 | eaa2b4eecac0 |
UTF-8 | 蝣喜弊 | 111010001001110110100011111001011001011010011100111001011011110010001010 | e89da3e5969ce5bc8a |
UHC | ?喜弊 | 0011111111111101111011001111100011001001 | 3ffdecf8c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)