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 | ??x[ | 00111111001111110111100001011011 | 3f3f785b |
SJIS-WIN | ??x[ | 00111111001111110111100001011011 | 3f3f785b |
EUC-JP | ??x[ | 00111111001111110111100001011011 | 3f3f785b |
UTF-8 | 횙쨔x[ | 1110110110011010100110011110110010101000100101000111100001011011 | ed9a99eca894785b |
UHC | 횙쨔x[ | 110000111001001111000010101110010111100001011011 | c393c2b9785b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)