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 | ???y | 00111111001111110011111101111001 | 3f3f3f79 |
SJIS-WIN | ツ嘉ォy | 1100001010001001110000111010101101111001 | c289c3ab79 |
EUC-JP | ツ嘉ォy | 10001110110000101011001011000101100011101010101101111001 | 8ec2b2c58eab79 |
UTF-8 | ツ嘉ォy | 11101111101111101000001011100101100110001000100111101111101111011010101101111001 | efbe82e59889efbdab79 |
UHC | ?嘉?y | 0011111111001010101010010011111101111001 | 3fcaa93f79 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)