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 | 蠢蠢[蠢蠢[^ | 1110010110111111111001011011111101011011111001011011111111100101101111110101101101011110 | e5bfe5bf5be5bfe5bf5b5e |
EUC-JP | 蠢蠢[蠢蠢[^ | 1110101011000001111010101100000101011011111010101100000111101010110000010101101101011110 | eac1eac15beac1eac15b5e |
UTF-8 | 蠢蠢[蠢蠢[^ | 111010001010000010100010111010001010000010100010010110111110100010100000101000101110100010100000101000100101101101011110 | e8a0a2e8a0a25be8a0a2e8a0a25b5e |
UHC | 蠢蠢[蠢蠢[^ | 1111000111100011111100011110001101011011111100011110001111110001111000110101101101011110 | f1e3f1e35bf1e3f1e35b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)