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 | 蠇ア謔蛾エェ | 111110111010000110110001111001101000001010001001111010011011010010101010 | fba1b1e68289e9b4aa |
EUC-JP | ?ア謔蛾エェ | 0011111110001110101100011110101111100010101100101110101110001110101101001000111010101010 | 3f8eb1ebe2b2eb8eb48eaa |
UTF-8 | 蠇ア謔蛾エェ | 111010001010000010000111111011111011110110110001111010001010110010010100111010001001101110111110111011111011110110110100111011111011110110101010 | e8a087efbdb1e8ac94e89bbeefbdb4efbdaa |
UHC | ??謔蛾?? | 0011111100111111111110011100110011100100101101100011111100111111 | 3f3ff9cce4b63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)