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 | ÃûÍ | 10001111110000111111101111001101 | 8fc3fbcd |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ?ÃûÍ | 00111111100011111010101010101010100011111010101111100101100011111010101010111111 | 3f8faaaa8fabe58faabf |
UTF-8 | ÃûÍ | 1100001010001111110000111000001111000011101110111100001110001101 | c28fc383c3bbc38d |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)