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 | 贈?g猿 | 10010001101000010011111110000010100001111000100110001110 | 91a13f8287898e |
EUC-JP | 贈?g猿 | 11000010101000110011111110100011111001111011000111101110 | c2a33fa3e7b1ee |
UTF-8 | 贈뷴g猿 | 111010001011010010001000111010111011011110110100111011111011110110000111111001111000110010111111 | e8b488ebb7b4efbd87e78cbf |
UHC | 贈뷴g猿 | 1111000111111100101110101110010110100011111001111110101010111011 | f1fcbae5a3e7eabb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)