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 | 獏爵鹿剰ア | 111000001101000110001110110111011000111010101101100011111110100010110001 | e0d18edd8ead8fe8b1 |
EUC-JP | 獏爵鹿剰ア | 11100000110100111011110011011111101111001010111110111110111010101000111010110001 | e0d3bcdfbcafbeea8eb1 |
UTF-8 | 獏爵鹿剰ア | 111001111000110110001111111001111000100010110101111010011011100110111111111001011000100110110000111011111011110110110001 | e78d8fe788b5e9b9bfe589b0efbdb1 |
UHC | ?爵鹿?? | 00111111111011011100100111010110111000110011111100111111 | 3fedc9d6e33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)