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 | 傭?С繹よ | 100101110110001000111111100001000101001011100011100010001000001011100110 | 97623f8452e38882e6 |
EUC-JP | 傭?С繹よ | 110011011100001100111111101001111011001111100101111010001010010011101000 | cdc33fa7b3e5e8a4e8 |
UTF-8 | 傭며С繹よ | 1110010110000010101011011110101110101001101100001101000010100001111001111011100110111001111000111000001010001000 | e582adeba9b0d0a1e7b9b9e38288 |
UHC | 傭며С繹よ | 11101001101101101011100011100111101011001011001111100110101110101010101011101000 | e9b6b8e7acb3e6baaae8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)