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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鈺而淏竺 | 1111101111000100100011101010011111111011010000101000111010110001 | fbc48ea7fb428eb1 |
EUC-JP | 鈺而淏竺 | 10001111111000111101010110111100101010011000111111000111110110011011110010110011 | 8fe3d5bca98fc7d9bcb3 |
UTF-8 | 鈺而淏竺 | 111010011000100010111010111010001000000010001100111001101011011110001111111001111010101110111010 | e988bae8808ce6b78fe7abba |
UHC | 鈺而淏竺 | 1110100010101101111011001011101111111011110010001111010111100111 | e8adecbbfbc8f5e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)