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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???毅? | 001111110011111100111111100010110100001000111111 | 3f3f3f8b423f |
EUC-JP | ???毅? | 001111110011111100111111101101011010001100111111 | 3f3f3fb5a33f |
UTF-8 | 療먥뫗毅좦 | 111011111010011110000001111010111010100010100101111010111010101110010111111001101010111110000101111011001010001010100110 | efa781eba8a5ebab97e6af85eca2a6 |
UHC | 療먥뫗毅좦 | 11101000111111101001000011100010100100011011100111101011111101101010000101000010 | e8fe90e291b9ebf6a142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)