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 | 蒿埼芥跟 | 1110010011100100100011011110100110001010010010001110011011101110 | e4e48de98a48e6ee |
EUC-JP | 蒿埼芥跟 | 1110100011100110101110101110101110110011101010011110110011110000 | e8e6baebb3a9ecf0 |
UTF-8 | 蒿埼芥跟 | 111010001001001010111111111001011001111110111100111010001000101010100101111010001011011110011111 | e892bfe59fbce88aa5e8b79f |
UHC | 蒿埼芥? | 11111011110110101101000011110010110010111100111000111111 | fbdad0f2cbce3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)