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 | 陂ろ摧塚 | 1110100010011000100000101110101110011101100101001111101010011100 | e89882eb9d94fa9c |
EUC-JP | 陂ろ摧? | 11101111111110001010010011101101110110011111010000111111 | eff8a4edd9f43f |
UTF-8 | 陂ろ摧塚 | 111010011001100110000010111000111000001010001101111001101001000110100111111011111010100010010000 | e99982e3828de691a7efa890 |
UHC | 陂ろ?? | 111110011010111010101010111011010011111100111111 | f9aeaaed3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)