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 | b | 10010111011000101000100110001000 | 97628988 |
SJIS-WIN | ?b?? | 00111111011000100011111100111111 | 3f623f3f |
EUC-JP | ?b?? | 00111111011000100011111100111111 | 3f623f3f |
UTF-8 | b | 11000010100101110110001011000010100010011100001010001000 | c29762c289c288 |
UHC | ?b?? | 00111111011000100011111100111111 | 3f623f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)