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 | 閼ア雉碍 | 11101000100001001011000111101000101100111000101001010110 | e884b1e8b38a56 |
EUC-JP | 閼ア雉碍 | 1110111111100100100011101011000111110000101101011011001110110111 | efe48eb1f0b5b3b7 |
UTF-8 | 閼ア雉碍 | 111010011001011010111100111011111011110110110001111010011001101110001001111001111010001010001101 | e996bcefbdb1e99b89e7a28d |
UHC | 閼?雉碍 | 11100100110110010011111111110110110010111110010011110100 | e4d93ff6cbe4f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)