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 | 菫狩決蟒 | 1110010010111111100011101110101110001100100010001110010110111011 | e4bf8eeb8c88e5bb |
EUC-JP | 菫狩決蟒 | 1110100011000001101111001110110110110111111010001110101010111101 | e8c1bcedb7e8eabd |
UTF-8 | 菫狩決蟒 | 111010001000111110101011111001111000101110101001111001101011000110111010111010001001111110010010 | e88fabe78ba9e6b1bae89f92 |
UHC | 菫狩決? | 11010000110010111110001010101101110011001011110100111111 | d0cbe2adccbd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)