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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 逶夜ス冗璃 | 111001111001101110010110111010011011110110001111111001111001011110011110 | e79b96e9bd8fe7979e |
EUC-JP | 逶夜ス冗璃 | 11101101111110111100110011101011100011101011110110111110111010011100110111111110 | edfbcceb8ebdbee9cdfe |
UTF-8 | 逶夜ス冗璃 | 111010011000000010110110111001011010010010011100111011111011110110111101111001011000011010010111111001111001001010000011 | e980b6e5a49cefbdbde58697e79283 |
UHC | ?夜?冗璃 | 0011111111100101101010000011111111101001101101111101011111100011 | 3fe5a83fe9b7d7e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)