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 | Û¥áúÛê | 110110111010010111100001111110101101101111101010 | dba5e1fadbea |
SJIS-WIN | ?¥???? | 00111111100000011000111100111111001111110011111100111111 | 3f818f3f3f3f3f |
EUC-JP | Û?áúÛê | 10001111101010101110010100111111100011111010101110100001100011111010101111100010100011111010101011100101100011111010101110110100 | 8faae53f8faba18fabe28faae58fabb4 |
UTF-8 | Û¥áúÛê | 110000111001101111000010101001011100001110100001110000111011101011000011100110111100001110101010 | c39bc2a5c3a1c3bac39bc3aa |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)