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 | 菰[菰[^ | 10001100110101000101101110001100110101000101101101011110 | 8cd45b8cd45b5e |
EUC-JP | 菰[菰[^ | 10111000110101100101101110111000110101100101101101011110 | b8d65bb8d65b5e |
UTF-8 | 菰[菰[^ | 111010001000111110110000010110111110100010001111101100000101101101011110 | e88fb05be88fb05b5e |
UHC | 菰[菰[^ | 11001101110010100101101111001101110010100101101101011110 | cdca5bcdca5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)