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 | ûR¦è¿ | 111110110101001010001110101001101110100010111111 | fb528ea6e8bf |
SJIS-WIN | ?R???? | 001111110101001000111111001111110011111100111111 | 3f523f3f3f3f |
EUC-JP | ûR?¦è¿ | 1000111110101011111001010101001000111111100011111010001011000011100011111010101110110010100011111010001011000100 | 8fabe5523f8fa2c38fabb28fa2c4 |
UTF-8 | ûR¦è¿ | 1100001110111011010100101100001010001110110000101010011011000011101010001100001010111111 | c3bb52c28ec2a6c3a8c2bf |
UHC | ?R???¿ | 00111111010100100011111100111111001111111010001010101111 | 3f523f3f3fa2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)