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 | ??m | 001111110011111101101101 | 3f3f6d |
SJIS-WIN | ?證m | 00111111111001101001101001101101 | 3fe69a6d |
EUC-JP | ?證m | 00111111111010111111101001101101 | 3febfa6d |
UTF-8 | 뤴證m | 11101011101001001011010011101000101011011000100101101101 | eba4b4e8ad896d |
UHC | 뤴證m | 1000111111100010111100011111101101101101 | 8fe2f1fb6d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)