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 | 隴紋コ暮オ | 1110100010101101100101101110010010111010100101011110100110110101 | e8ad96e4ba95e9b5 |
EUC-JP | 隴紋コ暮オ | 11110000101011111100110011100110100011101011101011001010111010111000111010110101 | f0afcce68ebacaeb8eb5 |
UTF-8 | 隴紋コ暮オ | 111010011001101010110100111001111011010010001011111011111011110110111010111001101001101010101110111011111011110110110101 | e99ab4e7b48befbdbae69aaeefbdb5 |
UHC | ?紋?暮? | 00111111110110101010001100111111110110011011101000111111 | 3fdaa33fd9ba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)