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 | ツ慊個津ョ | 1100001010011100110000101000110011000010100100101100001110101110 | c29cc28cc292c3ae |
EUC-JP | ツ慊個津ョ | 10001110110000101101100011000100101110001100010011000100110001011000111010101110 | 8ec2d8c4b8c4c4c58eae |
UTF-8 | ツ慊個津ョ | 111011111011111010000010111001101000010110001010111001011000000010001011111001101011010010100101111011111011110110101110 | efbe82e6858ae5808be6b4a5efbdae |
UHC | ?慊個津? | 0011111111001100110000111100101111000001111100101101000000111111 | 3fccc3cbc1f2d03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)