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 | 獰??應? | 11100000110101100011111100111111100111001110010000111111 | e0d63f3f9ce43f |
EUC-JP | 獰??應? | 11100000110110000011111100111111110110001110011000111111 | e0d83f3fd8e63f |
UTF-8 | 獰⑸쉼應쥲 | 111001111000110110110000111000101001000110111000111011001000100110111100111001101000011110001001111011001010010110110010 | e78db0e291b8ec89bce68789eca5b2 |
UHC | 獰⑸쉼應쥲 | 11100111101111101010100111101011101111011011000011101011111010111010001101000010 | e7bea9ebbdb0ebeba342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)