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 | 讓溷唱 | 111001101010100010011111111001011000111110100101 | e6a89fe58fa5 |
EUC-JP | 讓溷唱 | 111011001010101011011110111001111011111010100111 | ecaadee7bea7 |
UTF-8 | 讓溷唱 | 111010001010111010010011111001101011101010110111111001011001010010110001 | e8ae93e6bab7e594b1 |
UHC | 讓?唱 | 1110010111010011001111111111001111011101 | e5d33ff3dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)