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 | ¥Û¡ | 100010011010010110010100110110111000001010100001 | 89a594db82a1 |
SJIS-WIN | ?¥???? | 00111111100000011000111100111111001111110011111100111111 | 3f818f3f3f3f3f |
EUC-JP | ???Û?¡ | 00111111001111110011111110001111101010101110010100111111100011111010001011000010 | 3f3f3f8faae53f8fa2c2 |
UTF-8 | ¥Û¡ | 110000101000100111000010101001011100001010010100110000111001101111000010100000101100001010100001 | c289c2a5c294c39bc282c2a1 |
UHC | ?????¡ | 00111111001111110011111100111111001111111010001010101110 | 3f3f3f3f3fa2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)