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 | û£é«ûµ | 111110111010001110011111111010011001101110101011111110111001110110110101 | fba39fe99babfb9db5 |
SJIS-WIN | ?£??????? | 00111111100000011001001000111111001111110011111100111111001111110011111100111111 | 3f81923f3f3f3f3f3f3f |
EUC-JP | û£?é??û?? | 10001111101010111110010110100001111100100011111110001111101010111011000100111111001111111000111110101011111001010011111100111111 | 8fabe5a1f23f8fabb13f3f8fabe53f3f |
UTF-8 | û£é«ûµ | 110000111011101111000010101000111100001010011111110000111010100111000010100110111100001010101011110000111011101111000010100111011100001010110101 | c3bbc2a3c29fc3a9c29bc2abc3bbc29dc2b5 |
UHC | ????????? | 001111110011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)