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 | 竺屡鸙 | 100011101011000110001110110001101111110001001010 | 8eb18ec6fc4a |
EUC-JP | 竺屡鸙 | 10111100101100111011110011001000100011111110110011010110 | bcb3bcc88fecd6 |
UTF-8 | 竺屡鸙 | 111001111010101110111010111001011011000110100001111010011011100010011001 | e7abbae5b1a1e9b899 |
UHC | 竺?? | 11110101111001110011111100111111 | f5e73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)