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 | 繞??悠 | 111000111000010100111111001111111001011101001001 | e3853f3f9749 |
EUC-JP | 繞??悠 | 111001011110010100111111001111111100110110101010 | e5e53f3fcdaa |
UTF-8 | 繞섎ㅎ悠 | 111001111011100110011110111011001000010010001110111000111000010110001110111001101000001010100000 | e7b99eec848ee3858ee682a0 |
UHC | 繞섎ㅎ悠 | 1110100110100100100110001110101110100100101111101110101011101101 | e9a498eba4beeaed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)