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 | 褊耶劉奛 | 1110010111101101100101101110101110010111101010111111101010100001 | e5ed96eb97abfaa1 |
EUC-JP | 褊耶劉奛 | 111010101110111111001100111011011100111010101101100011111011100011110111 | eaefccedcead8fb8f7 |
UTF-8 | 褊耶劉奛 | 111010001010010010001010111010001000000010110110111001011000101010001001111001011010010110011011 | e8a48ae880b6e58a89e5a59b |
UHC | ?耶劉? | 001111111110010110101101110101111011000100111111 | 3fe5add7b13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)