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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 煆疾鴣ー | 11111011010101101000111010111110111010011111001110110000 | fb568ebee9f3b0 |
EUC-JP | 煆疾鴣ー | 100011111100100111110100101111001100000011110010111101011000111010110000 | 8fc9f4bcc0f2f58eb0 |
UTF-8 | 煆疾鴣ー | 111001111000010110000110111001111001011010111110111010011011010010100011111011111011110110110000 | e78586e796bee9b4a3efbdb0 |
UHC | ?疾?? | 0011111111110010111100000011111100111111 | 3ff2f03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)