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 | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | テヲテ淞愿セh | 110000111010011011000011100111111100001010011100110000111011111001101000 | c3a6c39fc29cc3be68 |
EUC-JP | テヲテ淞愿セh | 10001110110000111000111010100110100011101100001111011110110001001101100011000101100011101011111001101000 | 8ec38ea68ec3dec4d8c58ebe68 |
UTF-8 | テヲテ淞愿セh | 11101111101111101000001111101111101111011010011011101111101111101000001111100110101101111001111011100110100001001011111111101111101111011011111001101000 | efbe83efbda6efbe83e6b79ee684bfefbdbe68 |
UHC | ???淞愿?h | 001111110011111100111111111000011110011111101010101101000011111101101000 | 3f3f3fe1e7eab43f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)