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 | 昻牾^ | 1111101011010000111000001011000101011110 | fad0e0b15e |
EUC-JP | ?牾^ | 00111111111000001011001101011110 | 3fe0b35e |
UTF-8 | 昻牾^ | 11100110100110001011101111100111100010011011111001011110 | e698bbe789be5e |
UHC | 昻?^ | 11100100111010010011111101011110 | e4e93f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)