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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 邂循邂循B | 111001111010111010001111011110101110011110101110100011110111101001000010 | e7ae8f7ae7ae8f7a42 |
EUC-JP | 邂循邂循B | 111011101011000010111101110110111110111010110000101111011101101101000010 | eeb0bddbeeb0bddb42 |
UTF-8 | 邂循邂循B | 11101001100000101000001011100101101111101010101011101001100000101000001011100101101111101010101001000010 | e98282e5beaae98282e5beaa42 |
UHC | 邂循邂循B | 111110101011001111100010111000001111101010110011111000101110000001000010 | fab3e2e0fab3e2e042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)