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 | 蔗у厳芬 | 1110010011110010100001001000010110001100101101011110010010001110 | e4f284858cb5e48e |
EUC-JP | 蔗у厳芬 | 1110100011110100101001111110010110111000101101111110011111101110 | e8f4a7e5b8b7e7ee |
UTF-8 | 蔗у厳芬 | 1110100010010100100101111101000110000011111001011000111010110011111010001000101010101100 | e89497d183e58eb3e88aac |
UHC | 蔗у?芬 | 11101101101111011010110011100101001111111101110111010010 | edbdace53fddd2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)