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 | 蔗丈嵯蓍 | 1110010011110010100011111110010010001101101101011110010011100111 | e4f28fe48db5e4e7 |
EUC-JP | 蔗丈嵯蓍 | 1110100011110100101111101110011010111010101101111110100011101001 | e8f4bee6bab7e8e9 |
UTF-8 | 蔗丈嵯蓍 | 111010001001010010010111111001001011100010001000111001011011010110101111111010001001001110001101 | e89497e4b888e5b5afe8938d |
UHC | 蔗丈嵯蓍 | 1110110110111101111011011101101111110011101010111110001111001001 | edbdeddbf3abe3c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)