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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???ぃ?? | 00111111001111110011111110000010101000010011111100111111 | 3f3f3f82a13f3f |
EUC-JP | ???ぃ?? | 00111111001111110011111110100100101000110011111100111111 | 3f3f3fa4a33f3f |
UTF-8 | ∼룶퓦ぃ룫횭 | 111000101000100010111100111010111010001110110110111011011001001110100110111000111000000110000011111010111010001110101011111011011001101010101101 | e288bceba3b6ed93a6e38183eba3abed9aad |
UHC | ∼룶퓦ぃ룫횭 | 101000011010110110001111101010111011111110001111101010101010001110001111101000101100010001000010 | a1ad8fabbf8faaa38fa2c442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)