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 | 霄。魄タ | 11101000101110101010000111101001101011101000001101011110 | e8baa1e9ae835e |
EUC-JP | 霄。魄タ | 1111000010111100100011101010000111110010101100001010010110111111 | f0bc8ea1f2b0a5bf |
UTF-8 | 霄。魄タ | 111010011001110010000100111011111011110110100001111010011010110110000100111000111000001010111111 | e99c84efbda1e9ad84e382bf |
UHC | ??魄タ | 001111110011111111011011110111101010101110111111 | 3f3fdbdeabbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)