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 | ???Y | 00111111001111110011111101011001 | 3f3f3f59 |
SJIS-WIN | 谷棚束Y | 10010010010010101001001001001001100100011010100101011001 | 924a924991a959 |
EUC-JP | 谷棚束Y | 11000011101010111100001110101010110000101010101101011001 | c3abc3aac2ab59 |
UTF-8 | 谷棚束Y | 11101000101100001011011111100110101000111001101011100110100111011001111101011001 | e8b0b7e6a39ae69d9f59 |
UHC | 谷棚束Y | 11001101110110111101110111011100111000011101011001011001 | cddbdddce1d659 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)