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 | 琥?偕? | 111000001110011000111111100110001111000100111111 | e0e63f98f13f |
EUC-JP | 琥?偕? | 111000001110100000111111110100001111001100111111 | e0e83fd0f33f |
UTF-8 | 琥렎偕렟 | 111001111001000010100101111010111010000010001110111001011000000110010101111010111010000010011111 | e790a5eba08ee58195eba09f |
UHC | 琥렎偕렟 | 1111101111010000100011101010010011111010101001011000111010110000 | fbd08ea4faa58eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)