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 | ツ佚猟佚唯 | 110000101001100011000011100101111100001010011000110000111001011101000010 | c298c397c298c39742 |
EUC-JP | ツ佚猟佚唯 | 10001110110000101101000011000101110011101100010011010000110001011100110110100011 | 8ec2d0c5cec4d0c5cda3 |
UTF-8 | ツ佚猟佚唯 | 111011111011111010000010111001001011110110011010111001111000110010011111111001001011110110011010111001011001010010101111 | efbe82e4bd9ae78c9fe4bd9ae594af |
UHC | ?佚?佚唯 | 0011111111101100111010100011111111101100111010101110101011100110 | 3fecea3feceaeae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)