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 | 苺ル┼觧 | 1110010010010101100000111000101110000100101010011110011001011010 | e495838b84a9e65a |
EUC-JP | 苺ル┼觧 | 1110011111110101101001011110101110101000101010111110101110111011 | e7f5a5eba8abebbb |
UTF-8 | 苺ル┼觧 | 111010001000101110111010111000111000001110101011111000101001010010111100111010001010011110100111 | e88bbae383abe294bce8a7a7 |
UHC | ?ル┼? | 001111111010101111101011101001101010101100111111 | 3fabeba6ab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)