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 | 11100110100111011001001111100111100100101011110101011001 | e69d93e792bd59 |
EUC-JP | 譚鍋朕Y | 11101011111111011100011011101001110001001011111101011001 | ebfdc6e9c4bf59 |
UTF-8 | 譚鍋朕Y | 11101000101011011001101011101001100011011000101111100110100111001001010101011001 | e8ad9ae98d8be69c9559 |
UHC | 譚鍋朕Y | 11010011110010011100111010100111111100101111100101011001 | d3c9cea7f2f959 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)