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 | ºS½ | 100100011011101010010010010100111001000110111101 | 91ba925391bd |
SJIS-WIN | ???S?? | 001111110011111100111111010100110011111100111111 | 3f3f3f533f3f |
EUC-JP | ?º?S?? | 0011111110001111101000101110101100111111010100110011111100111111 | 3f8fa2eb3f533f3f |
UTF-8 | ºS½ | 1100001010010001110000101011101011000010100100100101001111000010100100011100001010111101 | c291c2bac29253c291c2bd |
UHC | ?º?S?½ | 0011111110101000101011000011111101010011001111111010100011110110 | 3fa8ac3f533fa8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)