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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 簫勺執 | 111000101101001010001110110110011000111010110111 | e2d28ed98eb7 |
EUC-JP | 簫勺執 | 111001001101010010111100110110111011110010111001 | e4d4bcdbbcb9 |
UTF-8 | 簫勺執 | 111001111011000010101011111001011000101110111010111001011001111110110111 | e7b0abe58bbae59fb7 |
UHC | 簫勺執 | 111000011100011111101101110000111111001011111011 | e1c7edc3f2fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)