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 | 謖檎オイ遉ェ | 111001101000110010001100111001111011010110110010111001111010010010101010 | e68c8ce7b5b2e7a4aa |
EUC-JP | 謖檎オイ遉ェ | 111010111110110010111000111010011000111010110101100011101011001011101110101001101000111010101010 | ebecb8e98eb58eb2eea68eaa |
UTF-8 | 謖檎オイ遉ェ | 111010001010110010010110111001101010101010001110111011111011110110110101111011111011110110110010111010011000000110001001111011111011110110101010 | e8ac96e6aa8eefbdb5efbdb2e98189efbdaa |
UHC | 謖檎???? | 1110000111011010110100001101010100111111001111110011111100111111 | e1dad0d53f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)