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 | 錺炎芥褄 | 1110100001000100100010011000101010001010010010001110010111101011 | e844898a8a48e5eb |
EUC-JP | 錺炎芥褄 | 1110111110100101101100011110101010110011101010011110101011101101 | efa5b1eab3a9eaed |
UTF-8 | 錺炎芥褄 | 111010011000110010111010111001111000001010001110111010001000101010100101111010001010010010000100 | e98cbae7828ee88aa5e8a484 |
UHC | ?炎芥? | 001111111110011011111010110010111100111000111111 | 3fe6facbce3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)