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 | 沚?湖?? | 10011111100011010011111110001100110011100011111100111111 | 9f8d3f8cce3f3f |
EUC-JP | 沚?湖?? | 11011101111011010011111110111000110100000011111100111111 | dded3fb8d03f3f |
UTF-8 | 沚렡湖렭뤗 | 111001101011001010011010111010111010000010100001111001101011100110010110111010111010000010101101111010111010010010010111 | e6b29aeba0a1e6b996eba0adeba497 |
UHC | 沚렡湖렭뤗 | 11110010101011111000111010110010111110111100100110001110101110101000111111000111 | f2af8eb2fbc98eba8fc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)