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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 譁懍ーシ | 111001101001011010011100111011001011000010111100 | e6969cecb0bc |
EUC-JP | 譁懍ーシ | 1110101111110110110110001110111010001110101100001000111010111100 | ebf6d8ee8eb08ebc |
UTF-8 | 譁懍ーシ | 111010001010110110000001111001101000011110001101111011111011110110110000111011111011110110111100 | e8ad81e6878defbdb0efbdbc |
UHC | 譁??? | 1111110010100110001111110011111100111111 | fca63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)