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 | 濮濮[濮濮[^ | 1110000001100000111000000110000001011011111000000110000011100000011000000101101101011110 | e060e0605be060e0605b5e |
EUC-JP | 濮濮[濮濮[^ | 1101111111000001110111111100000101011011110111111100000111011111110000010101101101011110 | dfc1dfc15bdfc1dfc15b5e |
UTF-8 | 濮濮[濮濮[^ | 111001101011111110101110111001101011111110101110010110111110011010111111101011101110011010111111101011100101101101011110 | e6bfaee6bfae5be6bfaee6bfae5b5e |
UHC | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)