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 | ?[?[^ | 0011111101011011001111110101101101011110 | 3f5b3f5b5e |
SJIS-WIN | ?[?[^ | 0011111101011011001111110101101101011110 | 3f5b3f5b5e |
EUC-JP | 蓀[蓀[^ | 100011111101100011111000010110111000111111011000111110000101101101011110 | 8fd8f85b8fd8f85b5e |
UTF-8 | 蓀[蓀[^ | 111010001001001110000000010110111110100010010011100000000101101101011110 | e893805be893805b5e |
UHC | 蓀[蓀[^ | 11100001111000000101101111100001111000000101101101011110 | e1e05be1e05b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)