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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 悽悽[悽悽[^ | 1001110010101100100111001010110001011011100111001010110010011100101011000101101101011110 | 9cac9cac5b9cac9cac5b5e |
EUC-JP | 悽悽[悽悽[^ | 1101100010101110110110001010111001011011110110001010111011011000101011100101101101011110 | d8aed8ae5bd8aed8ae5b5e |
UTF-8 | 悽悽[悽悽[^ | 111001101000001010111101111001101000001010111101010110111110011010000010101111011110011010000010101111010101101101011110 | e682bde682bd5be682bde682bd5b5e |
UHC | 悽悽[悽悽[^ | 1111010010100100111101001010010001011011111101001010010011110100101001000101101101011110 | f4a4f4a45bf4a4f4a45b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)