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 | 宰λ? | 1000110111001001100000111100100100111111 | 8dc983c93f |
EUC-JP | 宰λ? | 1011101011001011101001101100101100111111 | bacba6cb3f |
UTF-8 | 宰λ쉘 | 1110010110101110101100001100111010111011111011001000100110011000 | e5aeb0cebbec8998 |
UHC | 宰λ쉘 | 111011101010010110100101111010111011110110101001 | eea5a5ebbda9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)