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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | セノ偲シク上シ | 101111101100100110001110110000111011110010111000100011111110001110111100 | bec98ec3bcb88fe3bc |
EUC-JP | セノ偲シク上シ | 1000111010111110100011101100100110111100110001011000111010111100100011101011100010111110111001011000111010111100 | 8ebe8ec9bcc58ebc8eb8bee58ebc |
UTF-8 | セノ偲シク上シ | 111011111011110110111110111011111011111010001001111001011000000110110010111011111011110110111100111011111011110110111000111001001011100010001010111011111011110110111100 | efbdbeefbe89e581b2efbdbcefbdb8e4b88aefbdbc |
UHC | ?????上? | 0011111100111111001111110011111100111111110111111011111000111111 | 3f3f3f3f3fdfbe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)