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 | ?勘? | 00111111100010101010100000111111 | 3f8aa83f |
EUC-JP | 塼勘? | 100011111011100010111001101101001010101000111111 | 8fb8b9b4aa3f |
UTF-8 | 塼勘린 | 111001011010000110111100111001011000101110011000111010111010011010110000 | e5a1bce58b98eba6b0 |
UHC | 塼勘린 | 111011101111010011001010111010111011100010110000 | eef4caebb8b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)