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 | 畯泥ぐ | 111110110110111110010011010001001000001010101110 | fb6f934482ae |
EUC-JP | 畯泥ぐ | 10001111110011011011101111000101101001011010010010110000 | 8fcdbbc5a5a4b0 |
UTF-8 | 畯泥ぐ | 111001111001010110101111111001101011001110100101111000111000000110010000 | e795afe6b3a5e38190 |
UHC | 畯泥ぐ | 111100011110000111010010111110101010101010110000 | f1e1d2faaab0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)