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 | 豌乗ー州 | 11100110101100001000111111100110101100001000111101000010 | e6b08fe6b08f42 |
EUC-JP | 豌乗ー州 | 1110110010110010101111101110100010001110101100001011110110100011 | ecb2bee88eb0bda3 |
UTF-8 | 豌乗ー州 | 111010001011000110001100111001001011100110010111111011111011110110110000111001011011011110011110 | e8b18ce4b997efbdb0e5b79e |
UHC | 豌??州 | 111010001101010100111111001111111111000110110110 | e8d53f3ff1b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)