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 | 癌?^ | 10001010111000000011111101011110 | 8ae03f5e |
EUC-JP | 癌?^ | 10110100111000100011111101011110 | b4e23f5e |
UTF-8 | 癌樂^ | 11100111100110011000110011101111101001101011111101011110 | e7998cefa6bf5e |
UHC | 癌樂^ | 1110010011011111111010001111100101011110 | e4dfe8f95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)