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 | 驛「闖ゥ貎、 | 111010011000001110100010111010001000111110101001111001101011110110100100 | e983a2e88fa9e6bda4 |
EUC-JP | 驛「闖ゥ貎、 | 111100011110001110001110101000101110111111101111100011101010100111101100101111111000111010100100 | f1e38ea2efef8ea9ecbf8ea4 |
UTF-8 | 驛「闖ゥ貎、 | 111010011010100110011011111011111011110110100010111010011001011110010110111011111011110110101001111010001011001010001110111011111011110110100100 | e9a99befbda2e99796efbda9e8b28eefbda4 |
UHC | 驛?闖??? | 1110011010111110001111111111011111100110001111110011111100111111 | e6be3ff7e63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)