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 | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
EUC-JP | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
UTF-8 | 吳줪吳줮E | 11100101100100001011001111101100101001001010101011100101100100001011001111101100101001001010111001000101 | e590b3eca4aae590b3eca4ae45 |
UHC | 吳줪吳줮E | 111001111110111110100010010110011110011111101111101000100110001001000101 | e7efa259e7efa26245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)