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 | シ」爬シホ | 101111001010001111100000101001101011110011001110 | bca3e0a6bcce |
EUC-JP | シ」爬シホ | 10001110101111001000111010100011111000001010100010001110101111001000111011001110 | 8ebc8ea3e0a88ebc8ece |
UTF-8 | シ」爬シホ | 111011111011110110111100111011111011110110100011111001111000100010101100111011111011110110111100111011111011111010001110 | efbdbcefbda3e788acefbdbcefbe8e |
UHC | ??爬?? | 001111110011111111110111111100000011111100111111 | 3f3ff7f03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)