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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 譽e? | 1110011010100011100000101000010100111111 | e6a382853f |
EUC-JP | 譽e? | 1110110010100101101000111110010100111111 | eca5a3e53f |
UTF-8 | 譽e릦 | 111010001010110110111101111011111011110110000101111010111010011010100110 | e8adbdefbd85eba6a6 |
UHC | 譽e릦 | 111001111110001010100011111001011001000010001000 | e7e2a3e59088 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)