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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | ア゙^ | 101100011101111001011110 | b1de5e |
EUC-JP | ア゙^ | 1000111010110001100011101101111001011110 | 8eb18ede5e |
UTF-8 | ア゙^ | 11101111101111011011000111101111101111101001111001011110 | efbdb1efbe9e5e |
UHC | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)