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 | 簟蛇而 | 1110001011010000100011101101011011110010111101001000111010100111 | e2d08ed6f2f48ea7 |
EUC-JP | 簟蛇?而 | 11100100110100101011110011011000001111111011110010101001 | e4d2bcd83fbca9 |
UTF-8 | 簟蛇而 | 111001111011000010011111111010001001101110000111111011101000100010101011111010001000000010001100 | e7b09fe89b87ee88abe8808c |
UHC | ?蛇?而 | 001111111101111011101111001111111110110010111011 | 3fdeef3fecbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)