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 | ?????z]\ | 0011111100111111001111110011111100111111011110100101110101011100 | 3f3f3f3f3f7a5d5c |
SJIS-WIN | 轤ュ蜊定∮z]\ | 111001111000001010101101111001011000110110010010111010001000011110010011011110100101110101011100 | e782ade58d92e887937a5d5c |
EUC-JP | 轤ュ蜊定?z]\ | 111011011110001010001110101011011110100111101101110001001110101000111111011110100101110101011100 | ede28eade9edc4ea3f7a5d5c |
UTF-8 | 轤ュ蜊定∮z]\ | 111010001011110110100100111011111011110110101101111010001001110010001010111001011010111010011010111000101000100010101110011110100101110101011100 | e8bda4efbdade89c8ae5ae9ae288ae7a5d5c |
UHC | ???定∮z]\ | 00111111001111110011111111101111110100101010001010110001011110100101110101011100 | 3f3f3fefd2a2b17a5d5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)