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 | 谿曙欝豌 | 1110011010101110100011111000110010001001010101001110011010110000 | e6ae8f8c8954e6b0 |
EUC-JP | 谿曙欝豌 | 1110110010110000101111011110110010110001101101011110110010110010 | ecb0bdecb1b5ecb2 |
UTF-8 | 谿曙欝豌 | 111010001011000010111111111001101001101110011001111001101010110010011101111010001011000110001100 | e8b0bfe69b99e6ac9de8b18c |
UHC | 谿曙?豌 | 11001101101011001101111111110101001111111110100011010101 | cdacdff53fe8d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)