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 | 逍願崕 | 111001111001011010001010111010001001101110111011 | e7968ae89bbb |
EUC-JP | 逍願崕 | 111011011111011010110100111010101101011010111101 | edf6b4ead6bd |
UTF-8 | 逍願崕 | 111010011000000010001101111010011010000110011000111001011011010010010101 | e9808de9a198e5b495 |
UHC | 逍願? | 1110000111001110111010101100001100111111 | e1ceeac33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)