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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ヨ?贔 | 11010110001111111110011011011011 | d63fe6db |
EUC-JP | ヨ驌贔 | 10001110110101101000111111101001110100001110110011011101 | 8ed68fe9d0ecdd |
UTF-8 | ヨ驌贔 | 111011111011111010010110111010011010100110001100111010001011010010010100 | efbe96e9a98ce8b494 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)