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 | 醤ヤ璽ー | 1000111111011101110101001000111010100011111100011110011110110000 | 8fddd48ea3f1e7b0 |
EUC-JP | 醤ヤ璽?ー | 101111101101111110001110110101001011110010100101001111111000111010110000 | bedf8ed4bca53f8eb0 |
UTF-8 | 醤ヤ璽ー | 111010011000011010100100111011111011111010010100111001111001001010111101111011101000010110100010111011111011110110110000 | e986a4efbe94e792bdee85a2efbdb0 |
UHC | ??璽?? | 001111110011111111011111110111100011111100111111 | 3f3fdfde3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)