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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 逶胞\ | 1110011110011011100101100100010101011100 | e79b96455c |
EUC-JP | 逶胞\ | 1110110111111011110010111010011001011100 | edfbcba65c |
UTF-8 | 逶胞\ | 11101001100000001011011011101000100000111001111001011100 | e980b6e8839e5c |
UHC | ?胞\ | 00111111111110001110000001011100 | 3ff8e05c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)