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 | 遧夭貍願譟 | 11111011101101011001101011101110111001101011110010001010111010001110011010011111 | fbb59aeee6bc8ae8e69f |
EUC-JP | 遧夭貍願譟 | 1000111111100001111000101101010011110000111011001011111010110100111010101110110010100001 | 8fe1e2d4f0ecbeb4eaeca1 |
UTF-8 | 遧夭貍願譟 | 111010011000000110100111111001011010010010101101111010001011001010001101111010011010000110011000111010001010110110011111 | e981a7e5a4ade8b28de9a198e8ad9f |
UHC | ?夭?願? | 00111111111010001110110000111111111010101100001100111111 | 3fe8ec3feac33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)