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 | 箟箟^ | 1110001010101111111000101010111101011110 | e2afe2af5e |
EUC-JP | 箟箟^ | 1110010010110001111001001011000101011110 | e4b1e4b15e |
UTF-8 | 箟箟^ | 11100111101011101001111111100111101011101001111101011110 | e7ae9fe7ae9f5e |
UHC | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)