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 | ツ伉ャツε | 11000010100110001100001010101100110000101000001111000011 | c298c2acc283c3 |
EUC-JP | ツ伉ャツε | 10001110110000101101000011000100100011101010110010001110110000101010011011000101 | 8ec2d0c48eac8ec2a6c5 |
UTF-8 | ツ伉ャツε | 1110111110111110100000101110010010111100100010011110111110111101101011001110111110111110100000101100111010110101 | efbe82e4bc89efbdacefbe82ceb5 |
UHC | ?伉??ε | 00111111111110011111001000111111001111111010010111100101 | 3ff9f23f3fa5e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)