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 | ネ骼カニ鋓ョ | 11110010101001111100100011101001100011101011011011000110111110111101011010101110 | f2a7c8e98eb6c6fbd6ae |
| EUC-JP | ?ネ骼カニ鋓ョ | 0011111110001110110010001111000111101110100011101011011010001110110001101000111111100100101111111000111010101110 | 3f8ec8f1ee8eb68ec68fe4bf8eae |
| UTF-8 | ネ骼カニ鋓ョ | 111011101000011110011110111011111011111010001000111010011010101010111100111011111011110110110110111011111011111010000110111010011000101110010011111011111011110110101110 | ee879eefbe88e9aabcefbdb6efbe86e98b93efbdae |
| UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)