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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 竺渼爾 | 11110000101001001000111010110001111110110100100110001110101000101111000010111110 | f0a48eb1fb498ea2f0be |
EUC-JP | ?竺渼爾? | 001111111011110010110011100011111100011111110000101111001010010000111111 | 3fbcb38fc7f0bca43f |
UTF-8 | 竺渼爾 | 111011101000000110100011111001111010101110111010111001101011100010111100111001111000100010111110111011101000000110111101 | ee81a3e7abbae6b8bce788beee81bd |
UHC | ?竺渼爾? | 0011111111110101111001111101101010110100111011001011001100111111 | 3ff5e7dab4ecb33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)