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 | 豺イ螟仙イォ | 111001101011011110110010111001011010010010010000111001011011001010101011 | e6b7b2e5a490e5b2ab |
EUC-JP | 豺イ螟仙イォ | 111011001011100110001110101100101110101010100110110000001110011110001110101100101000111010101011 | ecb98eb2eaa6c0e78eb28eab |
UTF-8 | 豺イ螟仙イォ | 111010001011000110111010111011111011110110110010111010001001111010011111111001001011101110011001111011111011110110110010111011111011110110101011 | e8b1baefbdb2e89e9fe4bb99efbdb2efbdab |
UHC | 豺?螟仙?? | 111000111100111100111111110110011010110111100000101110010011111100111111 | e3cf3fd9ade0b93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)