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 | 袿袿[袿袿[^ | 1110010111011101111001011101110101011011111001011101110111100101110111010101101101011110 | e5dde5dd5be5dde5dd5b5e |
EUC-JP | 袿袿[袿袿[^ | 1110101011011111111010101101111101011011111010101101111111101010110111110101101101011110 | eadfeadf5beadfeadf5b5e |
UTF-8 | 袿袿[袿袿[^ | 111010001010001010111111111010001010001010111111010110111110100010100010101111111110100010100010101111110101101101011110 | e8a2bfe8a2bf5be8a2bfe8a2bf5b5e |
UHC | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)