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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蒻よ沖荵 | 1110010011101000100000101110011010001001101010111110010010111001 | e4e882e689abe4b9 |
EUC-JP | 蒻よ沖荵 | 1110100011101010101001001110100010110010101011011110100010111011 | e8eaa4e8b2ade8bb |
UTF-8 | 蒻よ沖荵 | 111010001001001010111011111000111000001010001000111001101011001010010110111010001000110110110101 | e892bbe38288e6b296e88db5 |
UHC | 蒻よ沖? | 11100101101101101010101011101000111101011111100000111111 | e5b6aae8f5f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)