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 | ツ渉陳伉ョ | 1100001010001111110000101001001011000010100110001100001010101110 | c28fc292c298c2ae |
EUC-JP | ツ渉陳伉ョ | 10001110110000101011111011000100110001001100010011010000110001001000111010101110 | 8ec2bec4c4c4d0c48eae |
UTF-8 | ツ渉陳伉ョ | 111011111011111010000010111001101011100010001001111010011001100110110011111001001011110010001001111011111011110110101110 | efbe82e6b889e999b3e4bc89efbdae |
UHC | ??陳伉? | 00111111001111111111001011100111111110011111001000111111 | 3f3ff2e7f9f23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)