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 | àÛBOue^ | 111000001101101110011010010000101001011101001111011101010110010101011110 | e0db9a42974f75655e |
SJIS-WIN | ???B?Oue^ | 001111110011111100111111010000100011111101001111011101010110010101011110 | 3f3f3f423f4f75655e |
EUC-JP | àÛ?B?Oue^ | 10001111101010111010001010001111101010101110010100111111010000100011111101001111011101010110010101011110 | 8faba28faae53f423f4f75655e |
UTF-8 | àÛBOue^ | 11000011101000001100001110011011110000101001101001000010110000101001011101001111011101010110010101011110 | c3a0c39bc29a42c2974f75655e |
UHC | ???B?Oue^ | 001111110011111100111111010000100011111101001111011101010110010101011110 | 3f3f3f423f4f75655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)