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 | ツ偲陳偲兔 | 110000101000111011000011100100101100001010001110110000111001100101011100 | c28ec392c28ec3995c |
EUC-JP | ツ偲陳偲兔 | 10001110110000101011110011000101110001001100010010111100110001011101000110111101 | 8ec2bcc5c4c4bcc5d1bd |
UTF-8 | ツ偲陳偲兔 | 111011111011111010000010111001011000000110110010111010011001100110110011111001011000000110110010111001011000010110010100 | efbe82e581b2e999b3e581b2e58594 |
UHC | ??陳?? | 001111110011111111110010111001110011111100111111 | 3f3ff2e73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)