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 | Õ𨮠| 100011101101010111110000101010001000111010101110 | 8ed5f0a88eae |
SJIS-WIN | ???¨?? | 00111111001111110011111110000001010011100011111100111111 | 3f3f3f814e3f3f |
EUC-JP | ?Õð¨?® | 00111111100011111010101011011000100011111010100111000011101000011010111100111111100011111010001011101110 | 3f8faad88fa9c3a1af3f8fa2ee |
UTF-8 | Õ𨮠| 110000101000111011000011100101011100001110110000110000101010100011000010100011101100001010101110 | c28ec395c3b0c2a8c28ec2ae |
UHC | ??� | 001111110011111110101001101000111010000110100111001111111010001011100111 | 3f3fa9a3a1a73fa2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)