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 | 泳f?俑 | 10001001011010101000001010000110001111111001100011011010 | 896a82863f98da |
EUC-JP | 泳f?俑 | 10110001110010111010001111100110001111111101000011011100 | b1cba3e63fd0dc |
UTF-8 | 泳f렔俑 | 111001101011001110110011111011111011110110000110111010111010000010010100111001001011111110010001 | e6b3b3efbd86eba094e4bf91 |
UHC | 泳f렔俑 | 1110011110110110101000111110011010001110101010011110100110110101 | e7b6a3e68ea9e9b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)