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 | ツ北ツ堙 | 110000101001011001101011110000101001101011000011 | c2966bc29ac3 |
EUC-JP | ツ北ツ堙 | 1000111011000010110010111100110010001110110000101101010011000101 | 8ec2cbcc8ec2d4c5 |
UTF-8 | ツ北ツ堙 | 111011111011111010000010111001011000110010010111111011111011111010000010111001011010000010011001 | efbe82e58c97efbe82e5a099 |
UHC | ?北?? | 0011111111011101110000010011111100111111 | 3fddc13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)