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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 怏??\ | 1001110010001001001111110011111101011100 | 9c893f3f5c |
EUC-JP | 怏??\ | 1101011111101001001111110011111101011100 | d7e93f3f5c |
UTF-8 | 怏⑸젒\ | 11100110100000001000111111100010100100011011100011101100101000001001001001011100 | e6808fe291b8eca0925c |
UHC | 怏⑸젒\ | 11100100111010001010100111101011101000001001000101011100 | e4e8a9eba0915c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)