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 | °æÛ¹ | 100011101011000011100110110110111000111010111001 | 8eb0e6db8eb9 |
SJIS-WIN | ?°???? | 00111111100000011000101100111111001111110011111100111111 | 3f818b3f3f3f3f |
EUC-JP | ?°æÛ?? | 0011111110100001111010111000111110101001110000011000111110101010111001010011111100111111 | 3fa1eb8fa9c18faae53f3f |
UTF-8 | °æÛ¹ | 110000101000111011000010101100001100001110100110110000111001101111000010100011101100001010111001 | c28ec2b0c3a6c39bc28ec2b9 |
UHC | ?°æ??¹ | 001111111010000111000110101010011010000100111111001111111010100111110110 | 3fa1c6a9a13f3fa9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)