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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ツ甘淞青セ | 1100001010001010110000111001111111000010100100001100001010111110 | c28ac39fc290c2be |
EUC-JP | ツ甘淞青セ | 10001110110000101011010011000101110111101100010011000000110001001000111010111110 | 8ec2b4c5dec4c0c48ebe |
UTF-8 | ツ甘淞青セ | 111011111011111010000010111001111001010010011000111001101011011110011110111010011001110110010010111011111011110110111110 | efbe82e79498e6b79ee99d92efbdbe |
UHC | ?甘淞?? | 00111111110010101111011011100001111001110011111100111111 | 3fcaf6e1e73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)