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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ツ渉柯ツ | 110000101000111111000010100111100110100011000010 | c28fc29e68c2 |
EUC-JP | ツ渉柯ツ | 1000111011000010101111101100010011011011110010011000111011000010 | 8ec2bec4dbc98ec2 |
UTF-8 | ツ渉柯ツ | 111011111011111010000010111001101011100010001001111001101001111110101111111011111011111010000010 | efbe82e6b889e69fafefbe82 |
UHC | ??柯? | 0011111100111111110010101010111100111111 | 3f3fcaaf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)