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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 'ヨ諶ー漆 | 1111101001010110110101101111101110101010101100001000111010111101 | fa56d6fbaab08ebd |
EUC-JP | ?ヨ諶ー漆 | 00111111100011101101011010001111110111101011010110001110101100001011110010111111 | 3f8ed68fdeb58eb0bcbf |
UTF-8 | 'ヨ諶ー漆 | 111011111011110010000111111011111011111010010110111010001010101110110110111011111011110110110000111001101011110010000110 | efbc87efbe96e8abb6efbdb0e6bc86 |
UHC | '?諶?漆 | 1010001110100111001111111110010010100110001111111111011011010100 | a3a73fe4a63ff6d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)