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 | 豈ャ驤疲ッャ | 111001101010111110101100111010011000100010010100111001101010111110101100 | e6aface98894e6afac |
EUC-JP | 豈ャ驤疲ッャ | 111011001011000110001110101011001111000111101000110010001110100010001110101011111000111010101100 | ecb18eacf1e8c8e88eaf8eac |
UTF-8 | 豈ャ驤疲ッャ | 111010001011000110001000111011111011110110101100111010011010100110100100111001111001011010110010111011111011110110101111111011111011110110101100 | e8b188efbdace9a9a4e796b2efbdafefbdac |
UHC | 豈??疲?? | 1101000111000010001111110011111111111001101010100011111100111111 | d1c23f3ff9aa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)