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???? | 00111111001111110101101000111111001111110011111100111111 | 3f3f5a3f3f3f3f |
SJIS-WIN | テサZツ甘ョツ | 1100001110111011010110101100001010001010110000111010111011000010 | c3bb5ac28ac3aec2 |
EUC-JP | テサZツ甘ョツ | 10001110110000111000111010111011010110101000111011000010101101001100010110001110101011101000111011000010 | 8ec38ebb5a8ec2b4c58eae8ec2 |
UTF-8 | テサZツ甘ョツ | 11101111101111101000001111101111101111011011101101011010111011111011111010000010111001111001010010011000111011111011110110101110111011111011111010000010 | efbe83efbdbb5aefbe82e79498efbdaeefbe82 |
UHC | ??Z?甘?? | 0011111100111111010110100011111111001010111101100011111100111111 | 3f3f5a3fcaf63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)