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 | 堤?張?? | 10010010111001110011111110010010101000110011111100111111 | 92e73f92a33f3f |
EUC-JP | 堤?張?? | 11000100111010010011111111000100101001010011111100111111 | c4e93fc4a53f3f |
UTF-8 | 堤렕張樓렪 | 111001011010000010100100111010111010000010010101111001011011110010110101111011111010010110001100111010111010000010101010 | e5a0a4eba095e5bcb5efa58ceba0aa |
UHC | 堤렕張樓렪 | 11110000101001111000111010101010111011011110010111010010111001101000111010111000 | f0a78eaaede5d2e68eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)