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 | ûÅp | 11111011110001011000111101110000 | fbc58f70 |
SJIS-WIN | ???p | 00111111001111110011111101110000 | 3f3f3f70 |
EUC-JP | ûÅ?p | 1000111110101011111001011000111110101010101010010011111101110000 | 8fabe58faaa93f70 |
UTF-8 | ûÅp | 11000011101110111100001110000101110000101000111101110000 | c3bbc385c28f70 |
UHC | ???p | 00111111001111110011111101110000 | 3f3f3f70 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)