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 | 譎カ誾滂スオ | 111001101001100110110110111110111010011110011111111011111011110110110101 | e699b6fba79fefbdb5 |
EUC-JP | 譎カ誾滂スオ | 11101011111110011000111010110110100011111101111010100100110111101111000110001110101111011000111010110101 | ebf98eb68fdea4def18ebd8eb5 |
UTF-8 | 譎カ誾滂スオ | 111010001010110110001110111011111011110110110110111010001010101010111110111001101011101110000010111011111011110110111101111011111011110110110101 | e8ad8eefbdb6e8aabee6bb82efbdbdefbdb5 |
UHC | 譎?誾滂?? | 111111011101001000111111111010111101110111011011101101010011111100111111 | fdd23febdddbb53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)