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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 縞紺爬 | 100011101100100010001101101011101110000010100110 | 8ec88daee0a6 |
EUC-JP | 縞紺爬 | 101111001100101010111010101100001110000010101000 | bccabab0e0a8 |
UTF-8 | 縞紺爬 | 111001111011100010011110111001111011010010111010111001111000100010101100 | e7b89ee7b4bae788ac |
UHC | 縞紺爬 | 111110111101011011001010111110101111011111110000 | fbd6cafaf7f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)