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 | 蜊溢イ | 1110010110001101100010001110110010110010 | e58d88ecb2 |
EUC-JP | 蜊溢イ | 111010011110110110110000111011101000111010110010 | e9edb0ee8eb2 |
UTF-8 | 蜊溢イ | 111010001001110010001010111001101011101010100010111011111011110110110010 | e89c8ae6baa2efbdb2 |
UHC | ?溢? | 00111111111011001110111000111111 | 3fecee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)