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 | 銀μ? | 1000101111100010100000111100101000111111 | 8be283ca3f |
EUC-JP | 銀μ? | 1011011011100100101001101100110000111111 | b6e4a6cc3f |
UTF-8 | 銀μ쉩 | 1110100110001010100000001100111010111100111011001000100110101001 | e98a80cebcec89a9 |
UHC | 銀μ쉩 | 111010111101111010100101111011001001101010000011 | ebdea5ec9a83 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)