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 | 鬯「蜊例 | 11101001101011001010001011100101100011011001011111100001 | e9aca2e58d97e1 |
EUC-JP | 鬯「蜊例 | 1111001010101110100011101010001011101001111011011100111011100011 | f2ae8ea2e9edcee3 |
UTF-8 | 鬯「蜊例 | 111010011010110010101111111011111011110110100010111010001001110010001010111001001011111010001011 | e9acafefbda2e89c8ae4be8b |
UHC | ???例 | 0011111100111111001111111101011011000111 | 3f3f3fd6c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)