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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?□?桀? | 00111111100000011010000000111111100111100111101100111111 | 3f81a03f9e7b3f |
EUC-JP | ?□?桀? | 00111111101000101010001000111111110110111101110000111111 | 3fa2a23fdbdc3f |
UTF-8 | 뤻□휁桀폽 | 111010111010010010111011111000101001011010100001111011011001110010000001111001101010000110000000111011011000111110111101 | eba4bbe296a1ed9c81e6a180ed8fbd |
UHC | 뤻□휁桀폽 | 10001111111010011010000111100000110001001000111111001011111110101100011011111100 | 8fe9a1e0c48fcbfac6fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)