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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | コネ゚ッ照ョ | 10111010110010001101111110101111100011111100011010101110 | bac8dfaf8fc6ae |
EUC-JP | コネ゚ッ照ョ | 100011101011101010001110110010001000111011011111100011101010111110111110110010001000111010101110 | 8eba8ec88edf8eafbec88eae |
UTF-8 | コネ゚ッ照ョ | 111011111011110110111010111011111011111010001000111011111011111010011111111011111011110110101111111001111000010110100111111011111011110110101110 | efbdbaefbe88efbe9fefbdafe785a7efbdae |
UHC | ????照? | 00111111001111110011111100111111111100001100111000111111 | 3f3f3f3ff0ce3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)