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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 張鰺婢 | 100100101010001111101001110010111001101101011000 | 92a3e9cb9b58 |
EUC-JP | 張鰺婢 | 110001001010010111110010110011011101010110111001 | c4a5f2cdd5b9 |
UTF-8 | 張鰺婢 | 111001011011110010110101111010011011000010111010111001011010100110100010 | e5bcb5e9b0bae5a9a2 |
UHC | 張?婢 | 1110110111100101001111111101110111100110 | ede53fdde6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)