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 | 崖??浴 | 100010100101001000111111001111111001011110000001 | 8a523f3f9781 |
EUC-JP | 崖??浴 | 101100111011001100111111001111111100110111100001 | b3b33f3fcde1 |
UTF-8 | 崖ㅹ찁浴 | 111001011011010010010110111000111000010110111001111011001011000010000001111001101011010110110100 | e5b496e385b9ecb081e6b5b4 |
UHC | 崖ㅹ찁浴 | 1110010011110000101001001110100110101001100001011110100110110001 | e4f0a4e9a985e9b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)