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 | 韶皮ク∽ | 11101000111011101001010011100111101110001000000111100100 | e8ee94e7b881e4 |
EUC-JP | 韶皮ク∽ | 1111000011110000110010001110100110001110101110001010001011100110 | f0f0c8e98eb8a2e6 |
UTF-8 | 韶皮ク∽ | 111010011001111110110110111001111001101010101110111011111011110110111000111000101000100010111101 | e99fb6e79aaeefbdb8e288bd |
UHC | 韶皮?∽ | 11100001110100101111100110101011001111111010000111101111 | e1d2f9ab3fa1ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)