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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鴦??? | 1110100111110001001111110011111100111111 | e9f13f3f3f |
EUC-JP | 鴦??? | 1111001011110011001111110011111100111111 | f2f33f3f3f |
UTF-8 | 鴦잙벉栒 | 111010011011010010100110111011001001111010011001111010111011001010001001111001101010000010010010 | e9b4a6ec9e99ebb289e6a092 |
UHC | 鴦잙벉栒 | 1110010011101100100111111110101110010011101011001110001011100011 | e4ec9feb93ace2e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)