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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 邂具ス渉ェ^ | 111001111010111010001011111011111011110110001111110000101010101001011110 | e7ae8befbd8fc2aa5e |
EUC-JP | 邂具ス渉ェ^ | 1110111010110000101101101111000110001110101111011011111011000100100011101010101001011110 | eeb0b6f18ebdbec48eaa5e |
UTF-8 | 邂具ス渉ェ^ | 11101001100000101000001011100101100001011011011111101111101111011011110111100110101110001000100111101111101111011010101001011110 | e98282e585b7efbdbde6b889efbdaa5e |
UHC | 邂具???^ | 1111101010110011110011101111110100111111001111110011111101011110 | fab3cefd3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)