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 | 齎紗?? | 111001101101100010001110110100010011111100111111 | e6d88ed13f3f |
EUC-JP | 齎紗?駙 | 1110110011011010101111001101001100111111100011111110100110101001 | ecdabcd33f8fe9a9 |
UTF-8 | 齎紗렟駙 | 111010011011110110001110111001111011010010010111111010111010000010011111111010011010011110011001 | e9bd8ee7b497eba09fe9a799 |
UHC | 齎紗렟駙 | 1110111010110010110111101110100110001110101100001101110110111111 | eeb2dee98eb0ddbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)